summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-05-09 12:28:13 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:48 +0300
commitdad7c09158b5a366206c559ebf64647db39aa86f (patch)
tree0b8c88a2dd51738f6bbd1e28e2025bd4e9e0141f /Cargo.toml
parent8b23ddb920abc261402c6af3b271386f04deec11 (diff)
melib: detect plain text in multipart/alternative
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7f44ac7..a278c41a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ ui = { path = "ui", version = "*" }
[profile.release]
lto = true
-#debug = true
+debug = true
[workspace]
members = ["melib", "ui"]