Cargo.toml 335 B

1234567891011121314
  1. [package]
  2. name = "geoip-db-tool"
  3. version = "0.1.0"
  4. authors = ["Nick Mathewson <nickm@torproject.org>"]
  5. edition = "2018"
  6. license = "MIT OR Apache-2.0"
  7. publish = false
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. ipnetwork= "0.17.0"
  11. rangemap = "0.1.10"
  12. argh = "0.1.4"