blob: 44f3cfbd58d8b4a141ecab46f14d5b0eb09b0148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
|