diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 19:20:06 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 19:20:06 +0800 |
| commit | a210ab86ee43dea3b4d9d0f2af5750c5a4adf096 (patch) | |
| tree | 7111a1c93d1f261d097ff0288c8b879db0830085 /apps/console/Cargo.toml | |
| parent | 98dad6afa316b9a44ff76b305520339ddc44c789 (diff) | |
.
Diffstat (limited to 'apps/console/Cargo.toml')
| -rw-r--r-- | apps/console/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/console/Cargo.toml b/apps/console/Cargo.toml new file mode 100644 index 0000000..8eef70d --- /dev/null +++ b/apps/console/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "nogamepads-console" +description = "This crate provides a set of tools for simulating and deploying the client and server of the NoGamepads library." +edition = "2024" +version.workspace = true + +[dependencies] +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"] } +crossterm = "0.29.0" +log = "0.4.27"
\ No newline at end of file |
