EIS-BLE-S3/cue/Cargo.toml

12 lines
226 B
TOML

[package]
name = "cue"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.13", features = ["canvas", "tokio"] }
btleplug = "0.11"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
uuid = "1"