aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 23a34d99..9b954908 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -16,3 +16,5 @@ tokio-tungstenite = "0.23.1"
futures-util = "0.3.30"
serde_yaml = "0.9.34+deprecated"
rand = "0.9.0-alpha.1"
+shlex = "1.3.0"
+clap = { version = "4.5.7", features = ["derive"] }