roxy-markdown-tera-rewriter/Cargo.toml

16 lines
458 B
TOML
Raw Normal View History

2024-01-29 10:42:38 +00:00
[package]
name = "roxy_markdown_tera_rewriter"
version = "0.1.0"
edition = "2021"
2024-02-21 15:36:03 +00:00
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-markdown-tera-rewriter"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "Roxy plugin for allowing Markdown and Tera to be parsed together"
homepage = "https://roxy-docs.netlify.app"
2024-01-29 10:42:38 +00:00
[dependencies]
2024-01-29 20:34:14 +00:00
regex = "^1.7"
2024-02-21 15:36:03 +00:00
roxy_core = "0.1.0"
2024-02-01 10:12:31 +00:00
once_cell = { version = "1.19.0" }