arti/Cargo.toml

36 lines
729 B
TOML
Raw Normal View History

[workspace]
2020-05-09 03:26:53 +01:00
# Here we declare that this is a workspace, containing several crates
# within it.
2021-06-24 16:44:54 +01:00
#
# Please keep this list toplogically sorted by dependency relation, so
# that every crate appears _before_ any other crate that depends on it.
members = [
"caret",
"retry-error",
2021-06-24 16:44:54 +01:00
"tor-units",
"tor-rtcompat",
"tor-rtmock",
"tor-llcrypto",
"tor-protover",
"tor-bytes",
2020-11-04 20:01:25 +00:00
"tor-socksproto",
"tor-checkable",
"tor-cert",
"tor-linkspec",
"tor-cell",
"tor-proto",
"tor-netdoc",
"tor-consdiff",
"tor-netdir",
"tor-persist",
"tor-chanmgr",
"tor-circmgr",
"tor-dirclient",
"tor-dirmgr",
"tor-config",
2021-02-02 14:27:38 +00:00
"tor-client",
"arti"
]
2021-05-05 14:19:25 +01:00
resolver = "2"