From 9f7cba17b84ef024634256a133654568745f49bd Mon Sep 17 00:00:00 2001 From: emma Date: Tue, 2 Jul 2024 08:37:09 -0600 Subject: [PATCH] Cargo.toml: dependency trimming --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1cff4e..9579f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,6 @@ version = "0.0.1" edition = "2021" [dependencies] -git2 = "0.18.1" pulldown-cmark = "0.9.3" syntect = "5.1.0" tera = "1.19.1" -toml = "0.8.8"