From 522ba8bdc2d63c6503324baf3eacdaa0630f4673 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Thu, 2 Apr 2015 00:19:23 +0200 Subject: Proper logging, proper parsing --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3