♻️ refactor + bootstrap ask order + shell_quote
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-08 08:38:04 +02:00
parent 2e748abffc
commit f0fb42b6f0
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 220 additions and 148 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "g"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[dependencies]
@ -9,6 +9,7 @@ either = { version = "1.15.0", features = ["serde"] }
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"