aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 18:08:08 +0100
committerTill Höppner2016-02-25 18:08:08 +0100
commit79c26253bbd7d78156b85fc3014c16786edc15af (patch)
tree9493c1683fded2efd786e2278da5ac38fc3067b0 /Cargo.toml
parentdf63760e0e345e1ec390c647060a157bf627b67f (diff)
downloadilc-79c26253bbd7d78156b85fc3014c16786edc15af.tar.gz
ilc-79c26253bbd7d78156b85fc3014c16786edc15af.tar.xz
ilc-79c26253bbd7d78156b85fc3014c16786edc15af.zip
Merge alias to ease usage of sort+dedup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0178b8b..44479cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,6 @@
[package]
authors = ["Till Hoeppner <till@hoeppner.ws>"]
description = "IRC log converter/collector/cruncher"
-homepage = "https://github.com/tilpner/ilc"
license = "Apache-2.0"
name = "ilc"
repository = "https://github.com/tilpner/ilc"
@@ -13,9 +12,13 @@ doc = false
[dependencies]
ilc-cli = "0.1.0"
+ilc-base = "0.1.0"
+ilc-ops = "0.1.0"
+ilc-format-weechat = "0.1.0"
+ilc-format-energymech = "0.1.0"
[profile.release]
-debug = false
+debug = true
debug-assertions = false
-lto = true
+# lto = true
opt-level = 3