Cargo.toml 442 B

1234567891011121314151617
  1. [package]
  2. name = "ping"
  3. version = "0.1.0"
  4. homepage = "https://dark.fi"
  5. description = "Ping tool for servers"
  6. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  7. repository = "https://codeberg.org/darkrenaissance/darkfi"
  8. license = "AGPL-3.0-only"
  9. edition = "2021"
  10. [dependencies]
  11. darkfi = {path = "../../", features = ["net"]}
  12. darkfi-serial = {version = "0.4.2"}
  13. url = {version = "2.5.4", features = ["serde"]}
  14. smol = "2.0.2"
  15. [workspace]