roxy-markdown-tera-rewriter/Cargo.toml

10 lines
220 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]
2024-01-29 20:34:14 +00:00
regex = "^1.7"
2024-02-01 10:23:01 +00:00
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
2024-02-01 10:12:31 +00:00
once_cell = { version = "1.19.0" }