aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1d4aec60488a6c3e4171a3717598771b98f0cfe4 (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
28
29
[package]

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

[profile.release]
lto = true

[[bin]]
name = "sersve"
path = "src/sersve.rs"

[dependencies]
iron = "*"
glob = "*"
conduit-mime-types = "*"
mustache = "*"
regex = "*"
num_cpus = "*"
serde = "*"
serde_macros = "*"
serde_json = "*"
lazy_static = "*"
libc = "*"
docopt = "*"
docopt_macros = "*"
rustc-serialize = "*"
env_logger = "*"