Port to Clap
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -10,15 +10,16 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
argh = "0.1"
|
||||
indicatif = "0.17"
|
||||
indicatif = "0.17.6"
|
||||
console = "0.15"
|
||||
notify = "4.0"
|
||||
toml = "0.7"
|
||||
regex = "1.9"
|
||||
toml = "0.7.6"
|
||||
regex = "1.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
home = "0.5.5"
|
||||
glob = "0.3.1"
|
||||
serde_json = "1.0.81"
|
||||
home = "0.5.3"
|
||||
glob = "0.3.0"
|
||||
clap = { version = "4.4.0", features = ["derive"] }
|
||||
|
||||
[[bin]]
|
||||
name = "rustlings"
|
||||
@@ -27,4 +28,4 @@ path = "src/main.rs"
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.12"
|
||||
predicates = "3.0.3"
|
||||
glob = "0.3.1"
|
||||
glob = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user