rift-ejs 0.18.0

The EJS template subset Rift's config loader evaluates, shared with rift-lint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rift-ejs"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "The EJS template subset Rift's config loader evaluates, shared with rift-lint."

[lints]
workspace = true

[dependencies]
regex = "1"
serde_json.workspace = true
thiserror.workspace = true