jshell/Cargo.lock
Jan Klattenhoff 2dbc4d6a28
All checks were successful
Release / Release (push) Successful in 34s
feat: add shell_completion dependency and import
2024-08-28 13:10:26 +02:00

17 lines
390 B
TOML

# 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"