aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1b06b771fc176a401cb69273ff2e36476ddab284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"
version = "0.2.0"

[[bin]]
name = "ilc"
doc = false

[dependencies]
# ilc-cli = "*"
ilc-cli = { path = "cli" }

[profile.release]
debug = false
debug-assertions = false
lto = true
opt-level = 3