ipxl-rs/Cargo.toml

11 lines
225 B
TOML

[package]
name = "ipxl-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
bluer = { version = "0.17.4", features = ["bluetoothd"] }
futures-lite = "2.6.1"
rand = "0.9.2"
tokio = {version = "1.48.0", features = ["full"]}