aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-25 16:04:07 +0100
committerTill Hoeppner2014-11-25 16:04:14 +0100
commit0e54c6360cb57265c27d10217fbb6eccf6ac734c (patch)
treef96826e6d1feb771e2438c5b5ab67d1add1c7df5 /Cargo.toml
parent8ddcc712b3b353f27e08163ae43e7844079755bc (diff)
downloadsersve-0e54c6360cb57265c27d10217fbb6eccf6ac734c.tar.gz
sersve-0e54c6360cb57265c27d10217fbb6eccf6ac734c.tar.xz
sersve-0e54c6360cb57265c27d10217fbb6eccf6ac734c.zip
Actual functionality. Serves files by path, but no directory view yet.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <till@hoeppner.ws>"]
+[[bin]]
+name = "sersve"
+path = "src/sersve.rs"
+
[dependencies]
iron = "*"