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

[dependencies]
syntect = "5"

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