From 49192dbb98e0ab1f2a66b4786fac86d63f69be64 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Mon, 9 Jun 2025 01:44:36 +0800 Subject: 重构所有部分 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'console/Cargo.toml') 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 -- cgit