tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

Cargo.toml (331B)


      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 
      9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     10 
     11 [dependencies]
     12 ipnetwork= "0.21"
     13 rangemap = "1.6"
     14 argh = "0.1.13"