From 802efbca25cb92d8567761361b6513fd57e05578 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Aug 2022 16:54:57 +0200 Subject: basic syntax highlighting --- code/Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'code/Cargo.toml') diff --git a/code/Cargo.toml b/code/Cargo.toml index 8fd54fb..3547fd4 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -4,8 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -laby = "0.2.4" -clap = { version = "3.2.17", features = ["derive"] } -anyhow = "1.0.62" -markdown = "0.3.0" -iso8601 = "0.5.0" +laby = "0.2.4" # html generation macros +clap = { version = "3.2.17", features = ["derive"] } # bloated argument parser +anyhow = "1.0.62" # error stuff +markdown = "0.3.0" # markdown parser +iso8601 = "0.5.0" # date parsing +synoptic = "1.2.0" # syntax highlighting -- cgit v1.2.3-70-g09d2