[go: up one dir, main page]

mustache 0.6.3

Rust implementation of Mustache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mustache"
description = "Rust implementation of Mustache"
repository = "https://github.com/nickel-org/rust-mustache"
version = "0.6.3"
authors = ["erick.tryzelaar@gmail.com"]
license = "MIT/Apache-2.0"

[features]
unstable = []

[dependencies]
rustc-serialize = "*"
log = "*"

[dev-dependencies]
tempdir = "*"