mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 18:43:42 +00:00
fix: properly act like a cargo subcommand
This commit is contained in:
parent
91f29ec4e7
commit
417bba825c
3 changed files with 31 additions and 2 deletions
|
@ -11,6 +11,7 @@ include = ["/public", "/src"]
|
|||
[dependencies]
|
||||
axum = { version = "0.8.4", features = ["macros"] }
|
||||
clap = { version = "4.5.38", features = ["derive"] }
|
||||
clap-cargo = "0.15.2"
|
||||
include_dir = "0.7.4"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue