10 lines
220 B
TOML
10 lines
220 B
TOML
[package]
|
|
name = "roxy_markdown_tera_rewriter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = "^1.7"
|
|
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
|
|
once_cell = { version = "1.19.0" }
|