aboutsummaryrefslogtreecommitdiff
path: root/console/Cargo.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-06-09 12:06:15 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-06-09 12:06:15 +0800
commit0d8761e5f907d173c40a2a44f3a1d8d8ce5a2f6e (patch)
treec4f851afd3e0951e43a2092176cec78ea9bc3773 /console/Cargo.toml
parent44d61a897519e4f180d981d2c0846b9f59ef55c8 (diff)
.
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"] }