diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:32:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:32:58 +0200 |
commit | 60a7eee0bb6b19237d3937a231da289f56279ff3 (patch) | |
tree | 4f647fb32e6578dfb16a8d6b9ce43accea88c266 /Cargo.toml | |
parent | 3e3821682c0009acb9651799b961f41ed3027e61 (diff) | |
download | aerogramme-60a7eee0bb6b19237d3937a231da289f56279ff3.tar.gz aerogramme-60a7eee0bb6b19237d3937a231da289f56279ff3.zip |
Reorganize tests a bit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,3 +50,9 @@ smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } #k2v-client = { path = "../garage/src/k2v-client" } + +[dev-dependencies] +mail-parser-05 = { package = "mail-parser", version = "0.5" } +mail-parser-main = { package = "mail-parser", git = "https://github.com/stalwartlabs/mail-parser", branch = "main" } +mail-parser-superboum = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" } +mail-parser-db61a03 = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", rev = "db61a03" } |