Cargo.toml 423 B

123456789101112131415
  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 = { workspace = true }
  9. tokio = { workspace = true, features = ["full"] }
  10. dioxus = { workspace = true, features = ["desktop"] }
  11. futures-channel = { workspace = true }
  12. futures = { workspace = true }
  13. wifiscanner = "0.5.1"