jshell/Cargo.toml
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

8 lines
104 B
TOML

[package]
name = "jshell"
version = "0.1.0"
edition = "2021"
[dependencies]
shell_completion = "0.0.2"