mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
0d4237839b
The IPFire people provide a tool that collects data from several top-level sources, combines it into a single database, and annotates it with optional overrides. This tool transforms the "dump" format of their database into the form Tor expects.
17 lines
469 B
TOML
17 lines
469 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.9"
|
|
# I use this for now to avoid a performance hit due to a bug on 0.1.9
|
|
# rangemap = {version = "*", path = "/home/nickm/src/rangemap/" }
|
|
argh = "0.1.4"
|