🗝
summary refs log tree commit diff
path: root/Cargo.toml
blob: 928f8bae441cbb2d91174a74f36722f89a066aeb (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "cgit-syntect"
version = "0.1.0"
edition = "2021"

[dependencies]
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "yaml-load", "regex-onig", "plist-load"] }