jshell/Cargo.lock

17 lines
390 B
Plaintext
Raw Permalink Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "jshell"
version = "0.1.0"
dependencies = [
"shell_completion",
]
[[package]]
name = "shell_completion"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73937c192504363290613e241705a02dff92ae7c03f544e2a69bbef24cc1042c"