Bash tool
This commit is contained in:
@ -58,8 +58,14 @@ unwrap_used = "deny"
|
||||
#
|
||||
|
||||
[dependencies]
|
||||
anstyle = "1.0.10"
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
indexmap = { version = "2.9.0", features = ["serde"] }
|
||||
regex = "1.11.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
toml = { version = "0.8.22", features = ["preserve_order"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
walkdir = "2.5.0"
|
||||
tempfile = "3.10.1"
|
||||
anyhow = "1.0.98"
|
||||
|
Reference in New Issue
Block a user