14 lines
310 B
TOML
14 lines
310 B
TOML
|
[package]
|
||
|
name = "roxy_syntect"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
once_cell = "1.19.0"
|
||
|
regex = "1.10.3"
|
||
|
roxy_core = { git = "https://fem.mint.lgbt/kitsunecafe/roxy-core.git" }
|
||
|
syntect = "5.1.0"
|
||
|
|