aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-20 18:34:37 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-20 18:34:37 +0100
commit9ae5701c7c6d17c72f27f1413ee2fd3d939428a3 (patch)
treee4a1aed578998c1760b5c3caa10459cc6da6a09d /Cargo.toml
parent4849d776b4321b463dfda0112ceb52e3c66fc4dc (diff)
downloadaerogramme-9ae5701c7c6d17c72f27f1413ee2fd3d939428a3.tar.gz
aerogramme-9ae5701c7c6d17c72f27f1413ee2fd3d939428a3.zip
Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-status
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 55f0284..b5158b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature
smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
imap-codec = { version = "2.0.0", features = ["bounded-static", "ext_condstore_qresync"] }
imap-flow = { git = "https://github.com/superboum/imap-flow.git", branch = "custom/aerogramme" }
+thiserror = "1.0.56"
[dev-dependencies]