diff options
Diffstat (limited to 'server/discover/Cargo.toml')
-rw-r--r-- | server/discover/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index 6a1a8209..a9ffeff3 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -17,3 +17,4 @@ http-body-util = "0.1" hyper-util = { version = "0.1", features = ["full"] } hurrycurry-protocol = { path = "../protocol" } serde_json = "1.0.140" +clap = { version = "4.5.39", features = ["derive"] } |