init
This commit is contained in:
commit
0a48113d38
10 changed files with 1660 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue