mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
15 lines
294 B
TOML
15 lines
294 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",
|
||
|
]
|
||
|
|
||
|
resolver = "2"
|
||
|
|