aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-02 00:19:23 +0200
committerTill Hoeppner2015-04-02 00:19:23 +0200
commit522ba8bdc2d63c6503324baf3eacdaa0630f4673 (patch)
tree0935eb5797660cf03445dfca2b3a78f98405a8f4 /Cargo.toml
parenta02f3c09482807220c5642b0e03d8f2d8aea243a (diff)
downloadilc-522ba8bdc2d63c6503324baf3eacdaa0630f4673.tar.gz
ilc-522ba8bdc2d63c6503324baf3eacdaa0630f4673.tar.xz
ilc-522ba8bdc2d63c6503324baf3eacdaa0630f4673.zip
Proper logging, proper parsing
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