arti/Cargo.toml

13 lines
233 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-cert",
"tor-proto",
"tor-netdoc"
]