From 617e223064c0ab89ffa9310072e13f651c3491dd Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 1 Nov 2023 13:25:08 +0100 Subject: [PATCH] build(trinitry/Cargo.toml): Remove unneeded dependencies --- trinitry/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/trinitry/Cargo.toml b/trinitry/Cargo.toml index 7856ba1..7e5737c 100644 --- a/trinitry/Cargo.toml +++ b/trinitry/Cargo.toml @@ -8,7 +8,6 @@ edition = "2021" [dependencies] pest = "2.7.5" pest_derive = {version = "2.7.5", features = ["grammar-extras"]} -thiserror = "1.0.50" # The header imports katex, a js latex parser, into the doc comments [package.metadata.docs.rs]