diff options
author | Till Höppner | 2016-02-25 18:08:08 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 18:08:08 +0100 |
commit | 79c26253bbd7d78156b85fc3014c16786edc15af (patch) | |
tree | 9493c1683fded2efd786e2278da5ac38fc3067b0 /Cargo.toml | |
parent | df63760e0e345e1ec390c647060a157bf627b67f (diff) | |
download | ilc-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.toml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |