From cc7dd0a1048575a8bde69e67fe5834263c72437b Mon Sep 17 00:00:00 2001 From: kitsunecafe <10284516+kitsunecafe@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:36:03 -0500 Subject: [PATCH] prepare for publish --- Cargo.toml | 8 +++++++- README.md | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 0759098..a88821c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,14 @@ name = "roxy_markdown_tera_rewriter" version = "0.1.0" edition = "2021" +authors = ["Rowan "] +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" } diff --git a/README.md b/README.md new file mode 100644 index 0000000..8077ffb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# roxy-markdown-tera-rewriter