arti/Cargo.toml

14 lines
255 B
TOML

[workspace]
# Here we declare that this is a workspace, containing several crates
# within it.
members = [
"caret",
"tor-llcrypto",
"tor-protover",
"tor-bytes",
"tor-checkable",
"tor-cert",
"tor-proto",
"tor-netdoc",
]