2024-01-29 10:37:08 +00:00
|
|
|
[package]
|
|
|
|
name = "roxy_markdown_parser"
|
2024-12-05 04:55:12 +00:00
|
|
|
version = "0.1.2"
|
2024-01-29 10:37:08 +00:00
|
|
|
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-12-05 02:39:39 +00:00
|
|
|
roxy_core = "~0.1.0"
|
|
|
|
pulldown-cmark = "~0.12.2"
|