prepare for publish

This commit is contained in:
kitsunecafe 2024-02-21 10:36:03 -05:00
parent fa6f8b1fd6
commit cc7dd0a104
2 changed files with 8 additions and 1 deletions

View File

@ -2,8 +2,14 @@
name = "roxy_markdown_tera_rewriter"
version = "0.1.0"
edition = "2021"
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"
[dependencies]
regex = "^1.7"
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
roxy_core = "0.1.0"
once_cell = { version = "1.19.0" }

1
README.md Normal file
View File

@ -0,0 +1 @@
# roxy-markdown-tera-rewriter