aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-25 15:18:40 +0100
committerTill Hoeppner2014-11-25 15:18:40 +0100
commit8ddcc712b3b353f27e08163ae43e7844079755bc (patch)
treeeab235a6f35ce321d461f38454ddebc13cafb26d /Cargo.toml
downloadsersve-8ddcc712b3b353f27e08163ae43e7844079755bc.tar.gz
sersve-8ddcc712b3b353f27e08163ae43e7844079755bc.tar.xz
sersve-8ddcc712b3b353f27e08163ae43e7844079755bc.zip
Initial commit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..ef3bd1a
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+
+name = "sersve"
+version = "0.0.1"
+authors = ["Till Hoeppner <till@hoeppner.ws>"]
+
+[dependencies]
+iron = "*"