tor

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

Cargo.toml (335B)


      1 # See doc/HACKING/Rust.md
      2 #
      3 # There is no plan to offer a stable Rust API to the C implementation of Tor.
      4 # This workspace is for wrapper crates that are used internally by Arti for
      5 # cross-compatibility and comparison testing.
      6 
      7 [workspace]
      8 
      9 members = [
     10    "src/ext/equix",
     11    "scripts/maint/geoip/geoip-db-tool",
     12 ]
     13 
     14 resolver = "2"