From 0e54c6360cb57265c27d10217fbb6eccf6ac734c Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 25 Nov 2014 16:04:07 +0100 Subject: Actual functionality. Serves files by path, but no directory view yet. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ef3bd1a..e9f0d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,9 @@ name = "sersve" version = "0.0.1" authors = ["Till Hoeppner "] +[[bin]] +name = "sersve" +path = "src/sersve.rs" + [dependencies] iron = "*" -- cgit v1.2.3