roxy-tera-parser/Cargo.toml
2024-02-01 05:22:22 -05:00

11 lines
273 B
TOML

[package]
name = "roxy_tera_parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
tera = "1.19.1"