roxy-markdown-parser/Cargo.toml
2024-01-29 05:37:08 -05:00

11 lines
283 B
TOML

[package]
name = "roxy_markdown_parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }
pulldown-cmark = "0.9.3"