aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
blob: fade27ad48a6cd86856ffb6abf202cb33487c747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "nogamepads-core"

homepage = "https://github.com/CatilGrass/NoGamepads"
repository = "https://github.com/CatilGrass/NoGamepads"
readme = "../README.md"

version = "0.1.0"
edition = "2024"

[dependencies]
nogamepads = { path = "../../NoGamepads" }
bincode = { version = "2.0.1", features = ["serde"]}
clearscreen = "4.0.1"
hex = "0.4.3"
tokio = { version = "1.45.0", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
clap = { version = "4.5.38", features = ["derive"] }
sha1 = "0.10.6"
log = "0.4.27"