summaryrefslogtreecommitdiffstats
path: root/smtp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'smtp/Cargo.toml')
-rw-r--r--smtp/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml
index 536a92e..28b18fd 100644
--- a/smtp/Cargo.toml
+++ b/smtp/Cargo.toml
@@ -20,4 +20,8 @@ new-tokio-smtp = "0.8.1"
[features]
test-with-traceing = ["mail-internals/traceing"]
-extended-api = [] \ No newline at end of file
+extended-api = []
+
+
+[dev-dependencies]
+mail-core = { path="../core", features=["test-utils"] } \ No newline at end of file