aboutsummaryrefslogtreecommitdiff
path: root/console/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'console/Cargo.toml')
-rw-r--r--console/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml
index 4751571..b241b6b 100644
--- a/console/Cargo.toml
+++ b/console/Cargo.toml
@@ -5,10 +5,13 @@ edition = "2024"
version.workspace = true
[dependencies]
+nogamepads = { path = "../../NoGamepads" }
nogamepads-core = { path = "../core" }
clap = { version = "4.5.38", features = ["derive"] }
rand = { version = "0.9.1", features = [] }
-rpassword = "7.4.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"
-prettytable-rs = "0.10.0" \ No newline at end of file
+prettytable-rs = "0.10.0"
+tokio = { version = "1.45.0", features = ["full"] }
+crossterm = "0.29.0"
+log = "0.4.27" \ No newline at end of file