This commit is contained in:
parent
4a83a02dd9
commit
14121ce60c
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name = "g"
|
|||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "g"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.26", features = ["cargo"] }
|
||||
either = { version = "1.15.0", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue