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

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

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

[dependencies]
iron = "*"
glob = "*"
conduit-mime-types = "*"
lazy_static = "~0.1.1"

[dependencies.persistent]
git = "https://github.com/iron/persistent"