aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ca4ef8..12d8b2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,11 @@ regex_macros = "*"
chrono = "*"
docopt = "*"
rustc-serialize = "*"
+log = "*"
+env_logger = "*"
+
+[profile.release]
+opt-level = 3
+debug = false
+lto = true
+debug-assertions = false