aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e9f0d80542306d6f8fe28bc8a28f31c0170f22c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]

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

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

[dependencies]
iron = "*"