mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
85dcd4ce07
0.1.9 fixed a range-coalescing bug; 0.1.10 fixed a performance regression.
15 lines
335 B
TOML
15 lines
335 B
TOML
[package]
|
|
name = "geoip-db-tool"
|
|
version = "0.1.0"
|
|
authors = ["Nick Mathewson <nickm@torproject.org>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ipnetwork= "0.17.0"
|
|
rangemap = "0.1.10"
|
|
argh = "0.1.4"
|