arti/Cargo.toml

18 lines
328 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-linkspec",
"tor-cell",
"tor-proto",
"tor-netdoc",
"tor-netdir",
"client-demo",
]