aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 59c31f5873d0a9a02a1fe9423a3c0e3921a6b6dc (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
25
26
27
[package]

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

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

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

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