diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-28 09:34:24 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-28 09:34:24 +0200 |
commit | 927b461f25e8202a33fadc1f823d4feed6282f60 (patch) | |
tree | d40739209d2d6693c85e5888e0e3f14e4ccd1ce4 /Cargo.toml | |
parent | 390bad0ec451a571e119903054b581a9d9a00cbe (diff) | |
download | aerogramme-927b461f25e8202a33fadc1f823d4feed6282f60.tar.gz aerogramme-927b461f25e8202a33fadc1f823d4feed6282f60.zip |
Switching to upstream boitalettres
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/quentin/boitalettres.git", branch = "expose_req_res" } +boitalettres = { git = "https://git.deuxfleurs.fr/KokaKiwi/boitalettres.git", branch = "main" } smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } |