diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-20 18:34:37 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-20 18:34:37 +0100 |
commit | 9ae5701c7c6d17c72f27f1413ee2fd3d939428a3 (patch) | |
tree | e4a1aed578998c1760b5c3caa10459cc6da6a09d /Cargo.toml | |
parent | 4849d776b4321b463dfda0112ceb52e3c66fc4dc (diff) | |
download | aerogramme-feat/list-status.tar.gz aerogramme-feat/list-status.zip |
Implement `LIST X Y RETURN (STATUS (UIDNEXT ...))`feat/list-status
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |