20 lines
616 B
TOML
20 lines
616 B
TOML
[package]
|
|
name = "joystick-controller-client"
|
|
version = "1.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-channel = "2.2.0"
|
|
config = "0.14.0"
|
|
futures-core = "0.3.30"
|
|
futures-util = { version = "0.3.30", features = ["tokio-io"] }
|
|
gilrs = "0.10.6"
|
|
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
|
log = "0.4.21"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
simplelog = "0.12.2"
|
|
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time"] }
|
|
tokio-tungstenite = "0.21.0"
|
|
toml = "0.8.12"
|