1
0

Cargo.toml 415 B

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