summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 843615aaa..9d60206ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,9 +2,13 @@
# Here we declare that this is a workspace, containing several crates
# within it.
+#
+# 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",
+ "tor-units",
"tor-rtcompat",
"tor-rtmock",
"tor-llcrypto",
@@ -25,7 +29,6 @@ members = [
"tor-dirmgr",
"tor-config",
"tor-client",
- "tor-units",
"arti"
]