roxy-markdown-parser/Cargo.toml

17 lines
485 B
TOML
Raw Normal View History

2024-01-29 10:37:08 +00:00
[package]
name = "roxy_markdown_parser"
version = "0.1.0"
edition = "2021"
2024-02-21 14:58:59 +00:00
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"
2024-01-29 10:37:08 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-21 14:59:58 +00:00
roxy_core = "0.1.0"
2024-01-29 10:37:08 +00:00
pulldown-cmark = "0.9.3"