Addign clap to api deps

This commit is contained in:
2024-12-15 17:02:05 -08:00
parent 57c2241e12
commit d55714a6f0
2 changed files with 76 additions and 75 deletions

View File

@@ -7,3 +7,4 @@ edition = "2021"
tokio = { version = "1", features = [ "full" ] }
serde = "1.0.213"
rocket = { version = "0.5.1", features = [ "json" ] }
clap = { version = "4.5.20", features = ["derive"] }