aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-29 23:07:35 +0100
committerTill Hoeppner2014-11-29 23:07:35 +0100
commit0d159dabf4cd038d0dd690e44ed1d08e26247606 (patch)
treef37228ac3968b89e1da0b28fdd912e4557ffe338 /Cargo.toml
parent44188b8daa93fafcc73764087cc190fc0af384d7 (diff)
downloadsersve-0d159dabf4cd038d0dd690e44ed1d08e26247606.tar.gz
sersve-0d159dabf4cd038d0dd690e44ed1d08e26247606.tar.xz
sersve-0d159dabf4cd038d0dd690e44ed1d08e26247606.zip
Full templating support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c60d42..566a4d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,6 @@ lazy_static = "~0.1.1"
[dependencies.persistent]
git = "https://github.com/iron/persistent"
+
+[dependencies.rust-mustache]
+git = "https://github.com/erickt/rust-mustache"