repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bug40828' into 'main'
[tor.git]
/
Cargo.toml
blob
44f3cfbd58d8b4a141ecab46f14d5b0eb09b0148
1
# See doc/HACKING/Rust.md
2
#
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.
6
7
[workspace]
8
9
members = [
10
"src/ext/equix",
11
]
12
13
resolver = "2"
14