summaryrefslogtreecommitdiffstats
path: root/melib/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-09-27 23:15:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-09-27 23:30:19 +0200
commit6668e78a5865d98754f2a5945265eac7da92c626 (patch)
treef0f934f93f78b57fd0003b5f87a887ce4a5de20f /melib/Cargo.toml
parent19ec6e54fcffdb896a95222bbd7132f2e505a073 (diff)
change logginglogging
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"]