1
0

Cargo.toml 401 B

123456789101112131415
  1. [package]
  2. name = "wifi-scanner"
  3. version = "0.1.1"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. anyhow = "1.0.52"
  8. pretty_env_logger = "0.5.0"
  9. tokio = { version = "1.12.0", features = ["full"] }
  10. dioxus = { workspace = true, features = ["desktop"] }
  11. wifiscanner = "0.5.1"
  12. futures-channel = "0.3.19"
  13. futures = "0.3.19"