Merge branch 'maint-0.4.8' into release-0.4.8
[tor.git] / scripts / maint / geoip / geoip-db-tool / Cargo.toml
blob8c794ca058fb5eb1e8589362da5a27cb20cc6fb6
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
9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11 [dependencies]
12 ipnetwork= "0.17.0"
13 rangemap = "0.1.10"
14 argh = "0.1.4"