From 15d78464ba9a717a71e1dc47a4101c8b13ec6581 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 26 Sep 2022 14:14:58 +0200 Subject: syntax highlighting with syntect --- code/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'code/Cargo.toml') diff --git a/code/Cargo.toml b/code/Cargo.toml index 2155502..0a520aa 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -4,9 +4,13 @@ version = "0.1.0" edition = "2021" [dependencies] +lazy_static = "*" laby = "0.2.4" # html generation macros clap = { version = "3.2.17", features = ["derive"] } # bloated argument parser anyhow = "1.0.62" # error stuff iso8601 = "0.5.0" # date parsing synoptic = "1.2.0" # syntax highlighting katex = "0.4.4" +pest = "2.3.1" +pest_derive = "2.3.1" +syntect = "5.0.0" -- cgit v1.2.3-70-g09d2