liquid 0.1.0

The liquid templating language for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "liquid"
version = "0.1.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
documentation = "https://cobalt-org.github.io/liquid-rust/"
readme = "README.md"
keywords = ["liquid", "template", "templating", "language", "html"]
license = "MIT"

[dependencies]
regex = "0.1.27"
regex_macros = "0.1.15"