diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-27 07:21:37 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-27 07:21:37 +0800 |
| commit | f8336ed832fa8e1ddd2f1783bdfc23d3279d5e6a (patch) | |
| tree | 42097cd72e46736ac3a544bd3d6dc50e2327a677 /console/Cargo.toml | |
First commit
Diffstat (limited to 'console/Cargo.toml')
| -rw-r--r-- | console/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml new file mode 100644 index 0000000..03ec382 --- /dev/null +++ b/console/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "nogamepads-console" +description = "This crate provides a set of tools for simulating and deploying the client and server of the NoGamepads library." + +homepage = "https://github.com/CatilGrass/NoGamepads" +repository = "https://github.com/CatilGrass/NoGamepads" + +version = "0.1.0" +edition = "2024" + +[dependencies] +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 |
