diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |