fix lint clippy::arc_with_non_send_sync
[tor.git] / Cargo.toml
blob2b930962348b75f5f054c232623087815228cbd1
1 # See doc/HACKING/Rust.md
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.
7 [workspace]
9 members = [
10     "src/ext/equix",
11     "scripts/maint/geoip/geoip-db-tool",
14 resolver = "2"