aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-02 17:59:29 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-02 17:59:29 +0200
commit3cb7c65b70250a6a7837291386d0f7f9ebd43ec6 (patch)
tree8745daa1b1ff2e677e56e649fab8f85a46b12828 /Cargo.toml
parentdeced08513e9971eeb4165a5c27139e4d9a8daf3 (diff)
downloadaerogramme-3cb7c65b70250a6a7837291386d0f7f9ebd43ec6.tar.gz
aerogramme-3cb7c65b70250a6a7837291386d0f7f9ebd43ec6.zip
Working server
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53a9f40..416e470 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }