Add syntax-highlighting feature

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-08-30 18:45:54 +02:00
parent 7b63e24168
commit 9bc8a77da6

View file

@ -29,3 +29,6 @@ camino = { version = "1.1", features = ["serde"] }
[patch.crates-io]
forgejo-hooks = { path = "forgejo-hooks" }
[features]
syntax-highlighting = ["xmpp/syntax-highlighting"]