summaryrefslogtreecommitdiffstats
path: root/melib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'melib/Cargo.toml')
-rw-r--r--melib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index 296ce3f2..cd4309a9 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -25,6 +25,7 @@ bincode = "1.2.0"
uuid = { version = "0.6", features = ["serde", "v4"] }
text_processing = { path = "../text_processing", version = "*", optional= true }
libc = {version = "0.2.59", features = ["extra_traits",]}
+atty = "0.2"
[features]
default = ["unicode_algorithms", "imap_backend", "maildir_backend", "mbox_backend"]