blob: 1a78c6145f6ad67e10755d04ca3bab65086d2619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "sersve"
version = "0.0.1"
authors = ["Till Hoeppner <till@hoeppner.ws>"]
[[bin]]
name = "sersve"
path = "src/sersve.rs"
[dependencies]
iron = "*"
glob = "*"
[dependencies.persistent]
git = "https://github.com/iron/persistent"
|