roxy-tera-parser/Cargo.toml
2024-02-21 10:27:25 -05:00

18 lines
415 B
TOML

[package]
name = "roxy_tera_parser"
version = "0.1.0"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-tera-parser"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "Roxy plugin for parsing Tera templates"
homepage = "https://roxy-docs.netlify.app"
[dependencies]
once_cell = "1.19.0"
regex = "1.10.3"
roxy_core = "0.1.0"
tera = "1.19.1"