🚑️ fix cargo
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-16 09:48:53 +02:00
parent 4a83a02dd9
commit 14121ce60c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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"] }