aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-17 12:28:02 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-17 12:28:02 +0200
commit41f1b02171cee36706d30cf24329ff12780d47fd (patch)
tree474b245a265c77e74c929f3a54df9059d9526395 /Cargo.toml
parent212573b4b1b2a6ebe86a5ae0795433c85cfd2741 (diff)
downloadaerogramme-41f1b02171cee36706d30cf24329ff12780d47fd.tar.gz
aerogramme-41f1b02171cee36706d30cf24329ff12780d47fd.zip
Use unrestricted IMAP Response
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4393d1c..2cbf5f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ tower = "0.4"
imap-codec = "0.5"
k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch = "main" }
-boitalettres = { git = "https://git.deuxfleurs.fr/KokaKiwi/boitalettres.git", branch = "main" }
+boitalettres = { git = "https://git.deuxfleurs.fr/quentin/boitalettres.git", branch = "expose_req_res" }
smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }