diff --git a/Cargo.toml b/Cargo.toml index 1bc1415..eb2f0e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] +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" +