diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,5 +4,9 @@ name = "sersve" version = "0.0.1" authors = ["Till Hoeppner <till@hoeppner.ws>"] +[[bin]] +name = "sersve" +path = "src/sersve.rs" + [dependencies] iron = "*" |