Cargo.toml 335 B

12345678910111213141516
  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. [workspace]
  7. members = [
  8. "src/ext/equix",
  9. "scripts/maint/geoip/geoip-db-tool",
  10. ]
  11. resolver = "2"