roxy-markdown-parser/Cargo.toml
2024-12-04 22:55:12 -06:00

17 lines
488 B
TOML

[package]
name = "roxy_markdown_parser"
version = "0.1.2"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
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"