update cargo

This commit is contained in:
kitsunecafe 2024-02-21 10:27:25 -05:00
parent 7ebe5d6104
commit a2412f9e8e

View file

@ -2,11 +2,16 @@
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
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 = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
roxy_core = "0.1.0"
tera = "1.19.1"