gracile 0.1.0

A polyglot template engine — identical rendering across Rust, CLI, and any JavaScript runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gracile"
version = "0.1.0"
dependencies = [
 "gracile-core",
]

[[package]]
name = "gracile-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8657f48549f9f72d8826e91df5ef401a19c1e10407f0e4c500f47887c5bd16d9"