From 9bc8a77da650635c53c16466ebe6056876d16723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 30 Aug 2024 18:45:54 +0200 Subject: [PATCH] Add syntax-highlighting feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2e1b247..b0d3d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,6 @@ camino = { version = "1.1", features = ["serde"] } [patch.crates-io] forgejo-hooks = { path = "forgejo-hooks" } + +[features] +syntax-highlighting = ["xmpp/syntax-highlighting"]