1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ejs"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/i18n-site/ejs.git"
homepage = "https://github.com/i18n-site/ejs/tree/dev"
description = "tmpl"

[dependencies]
rustyscript = { version = "0.3.0" }
aok = "0.1.11"
deno_fs = "0.39.0"
deno_io = "0.39.0"

[build-dependencies]