summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-23 09:36:46 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-23 09:36:46 +0300
commit5a53020f3d2d7819c5c24871d2dd126c5a2ec84c (patch)
tree08a6b87f892811da885bd46c5c061d808a1c1b13 /melib
parent26e4d50b402213c07c7d492ace8d6cd2e88a816d (diff)
Add debug-tracing feature to all crates
The feature needs to be defined in all manifests in order to be enabled in all crates.
Diffstat (limited to 'melib')
-rw-r--r--melib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index 441353c2..e8b8bf19 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -29,6 +29,7 @@ libc = {version = "0.2.59", features = ["extra_traits",]}
[features]
default = ["unicode_algorithms", "imap_backend", "maildir_backend", "mbox_backend"]
+debug-tracing = []
unicode_algorithms = ["text_processing"]
imap_backend = ["native-tls"]
maildir_backend = ["notify", "notify-rust", "memmap"]