From 0d159dabf4cd038d0dd690e44ed1d08e26247606 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sat, 29 Nov 2014 23:07:35 +0100 Subject: Full templating support --- Cargo.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4575644..6c16700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,6 +7,7 @@ dependencies = [ "iron 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "persistent 0.0.1 (git+https://github.com/iron/persistent)", + "rust-mustache 0.3.0 (git+https://github.com/erickt/rust-mustache)", ] [[package]] @@ -145,6 +146,11 @@ name = "pnacl-build-helper" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rust-mustache" +version = "0.3.0" +source = "git+https://github.com/erickt/rust-mustache#00bfc4fc5914d7f2138d61ecacbbc7b275ea6b98" + [[package]] name = "stainless" version = "0.0.3" -- cgit v1.2.3