diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 09:47:52 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 09:47:52 +0100 |
commit | 9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9 (patch) | |
tree | 96a2e3b62069485e0c45ce022ec472dd85bd3935 /Cargo.toml | |
parent | 7ebc708acab9c91db41652cfbfe2814a3a27569d (diff) | |
download | aerogramme-9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9.tar.gz aerogramme-9ce8e18fb81c4ef0bf146c5d28981d8f2a6fddd9.zip |
Common module in test created
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,6 +68,6 @@ imap-types = { git = "https://github.com/duesee/imap-codec", branch = "v2" } imap-codec = { git = "https://github.com/duesee/imap-codec", branch = "v2" } [[test]] -name = "imap_features" -path = "tests/imap_features.rs" +name = "rfc3501_imap4rev1_base" +path = "tests/rfc3501_imap4rev1_base.rs" harness = false |