[package] name = "roxy_markdown_parser" version = "0.1.2" edition = "2021" authors = ["Rowan "] repository = "https://fem.mint.lgbt/kitsunecafe/roxy-markdown-parser" license = "GPL-3.0-or-later" readme = "README.md" description = "Roxy plugin for parsing Markdown" homepage = "https://roxy-docs.netlify.app" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] roxy_core = "~0.1.0" pulldown-cmark = "~0.12.2"