reorganize module
This commit is contained in:
10
rhai_tera/Cargo.toml
Normal file
10
rhai_tera/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "rhai_tera"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Integration between Rhai scripting and Tera templating"
|
||||
|
||||
[dependencies]
|
||||
rhai = { version = "1.15.1", features = ["serde"] }
|
||||
tera = "1.19.0"
|
||||
serde_json = "1.0.107"
|
Reference in New Issue
Block a user