roxy-markdown-tera-rewriter/Cargo.toml

11 lines
202 B
TOML
Raw Normal View History

2024-01-29 10:42:38 +00:00
[package]
name = "roxy_markdown_tera_rewriter"
version = "0.1.0"
edition = "2021"
[dependencies]
lol_html = "1.2.0"
2024-01-29 20:34:14 +00:00
regex = "^1.7"
2024-01-29 10:42:38 +00:00
roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }