blob: 03ec382216dd109b81b43f0869d64d311fc5e27c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|