aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 08:43:28 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-03-08 08:43:28 +0100
commit1edf0b15ecaa73d55bb72c6f3c6e25d4f231f322 (patch)
treef69b53af28f2680d2d923add56c1ccb204c96176 /Cargo.toml
parent1a43ce5ac7033c148f64a033f2b1d335e95e11d5 (diff)
downloadaerogramme-1edf0b15ecaa73d55bb72c6f3c6e25d4f231f322.tar.gz
aerogramme-1edf0b15ecaa73d55bb72c6f3c6e25d4f231f322.zip
Re-enable collections
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56d5cf3..5654322 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ members = [
"aero-sasl",
"aero-dav",
"aero-dav/fuzz",
-# "aero-collections",
+ "aero-collections",
# "aero-proto",
# "aerogramme",
]
@@ -19,7 +19,7 @@ aero-user = { version = "0.3.0", path = "aero-user" }
aero-bayou = { version = "0.3.0", path = "aero-bayou" }
aero-sasl = { version = "0.3.0", path = "aero-sasl" }
aero-dav = { version = "0.3.0", path = "aero-dav" }
-#aero-collections = { version = "0.3.0", path = "aero-collections" }
+aero-collections = { version = "0.3.0", path = "aero-collections" }
#aero-proto = { version = "0.3.0", path = "aero-proto" }
#aerogramme = { version = "0.3.0", path = "aerogramme" }