2024-01-29 10:37:08 +00:00
|
|
|
[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]
|
2024-02-01 10:23:30 +00:00
|
|
|
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
|
2024-01-29 10:37:08 +00:00
|
|
|
pulldown-cmark = "0.9.3"
|