aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f24dfda1fda5a2c6175700f29218f47535418dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]

name = "ilc"
version = "0.0.1"
authors = ["Till Hoeppner <till@hoeppner.ws>"]

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

[dependencies]
regex = "*"
regex_macros = "*"
chrono = "*"
docopt = "*"
rustc-serialize = "*"
log = "*"
env_logger = "*"

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