summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-03-26 19:53:39 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:40 +0300
commit4629e6a22fb93d9f2e0b7db9a00b4789c7f28970 (patch)
tree1f86294caec50b81ec47da3057a05049290a4fd2 /Cargo.toml
parentd50c2017762a48b3c461324ce1a3f6f7a5770b7c (diff)
meli: add debug_logs feature
Conditional print of debug logs in stderr. Previously they were always printed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd02d948..dbec664d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,3 +21,7 @@ lto = true
[workspace]
members = ["melib", "ui"]
+
+[features]
+default = []
+debug_log = []