summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: afaa48ef7f1b09c030eda9fce00f37973f54f907 (plain)
[package]
name = "cgit-syntax-highlight"
version = "0.1.0"
edition = "2024"

[dependencies]
arborium = "2"

[profile.release]
strip = true
lto = true
panic = "unwind"
codegen-units = 1