mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
3f66ff9b00
Signed-off-by: David Goulet <dgoulet@torproject.org>
16 lines
335 B
TOML
16 lines
335 B
TOML
# 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"
|
|
|