aboutsummaryrefslogtreecommitdiff
path: root/console/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'console/Cargo.toml')
-rw-r--r--console/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml
index 57860c7..5c6a313 100644
--- a/console/Cargo.toml
+++ b/console/Cargo.toml
@@ -8,6 +8,7 @@ version.workspace = true
nogamepads = { path = "../../NoGamepads" }
nogamepads-core = { path = "../core" }
clap = { version = "4.5.38", features = ["derive"] }
+clap_complete = "4.5.52"
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"
tokio = { version = "1.45.0", features = ["full"] }