dioxus/example-projects/wifi-scanner/Cargo.toml
2024-10-14 13:00:57 -07:00

16 lines
415 B
TOML

[package]
name = "wifi-scanner"
version = "0.1.1"
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.52"
pretty_env_logger = "0.5.0"
tokio = { workspace = true, features = ["full"] }
dioxus = { workspace = true, features = ["desktop"] }
wifiscanner = "0.5.1"
futures-channel = "0.3.19"
futures = "0.3.19"