This commit is contained in:
JMARyA 2025-01-22 17:45:12 +01:00
commit 0a48113d38
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 1660 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "g"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.26", features = ["cargo"] }
inquire = "0.7.5"
serde_json = "1.0.137"
subprocess = "0.2.9"
yansi = "1.0.1"