aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2b930962348b75f5f054c232623087815228cbd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See doc/HACKING/Rust.md
#
# There is no plan to offer a stable Rust API to the C implementation of Tor.
# This workspace is for wrapper crates that are used internally by Arti for
# cross-compatibility and comparison testing.

[workspace]

members = [
    "src/ext/equix",
    "scripts/maint/geoip/geoip-db-tool",
]

resolver = "2"