tor

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

commit 3f66ff9b000d1fbaae106e58269fe2aa306bc453
parent 49ea76846505b1936b4f2ad059f234f6f89142fd
Author: David Goulet <dgoulet@torproject.org>
Date:   Fri,  4 Aug 2023 09:55:26 -0400

cargo: Add geoip db tool to top level workspace

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
MCargo.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "src/ext/equix", + "scripts/maint/geoip/geoip-db-tool", ] resolver = "2"