🚑️ shell escape
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-08 16:16:19 +02:00
parent f0fb42b6f0
commit b92c2625c2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 33 additions and 31 deletions

View file

@ -6,10 +6,10 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.26", features = ["cargo"] }
either = { version = "1.15.0", features = ["serde"] }
enquote = "1.1.0"
inquire = "0.7.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.137"
shell-quote = "0.7.2"
subprocess = "0.2.9"
toml = "0.8.20"
yansi = "1.0.1"