diff options
Diffstat (limited to 'console/Cargo.toml')
| -rw-r--r-- | console/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml index b241b6b..57860c7 100644 --- a/console/Cargo.toml +++ b/console/Cargo.toml @@ -8,10 +8,8 @@ version.workspace = true nogamepads = { path = "../../NoGamepads" } nogamepads-core = { path = "../core" } clap = { version = "4.5.38", features = ["derive"] } -rand = { version = "0.9.1", features = [] } serde = { version = "1.0.219", features = ["derive"] } serde_yaml = "0.9.34" -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 |
