diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-02 17:59:29 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-02 17:59:29 +0200 |
commit | 3cb7c65b70250a6a7837291386d0f7f9ebd43ec6 (patch) | |
tree | 8745daa1b1ff2e677e56e649fab8f85a46b12828 /Cargo.toml | |
parent | deced08513e9971eeb4165a5c27139e4d9a8daf3 (diff) | |
download | aerogramme-3cb7c65b70250a6a7837291386d0f7f9ebd43ec6.tar.gz aerogramme-3cb7c65b70250a6a7837291386d0f7f9ebd43ec6.zip |
Working server
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ tracing-subscriber = "0.3" tracing = "0.1" tower = "0.4" futures = "0.3" +imap-codec = "0.5" k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch = "main" } |