From 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 21 Oct 2025 20:36:01 +0100 Subject: Having a time with passing functions around, really feels like i'm fighting the language --- rprt-engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/Cargo.toml') diff --git a/rprt-engine/Cargo.toml b/rprt-engine/Cargo.toml index 179c095..e0b5d3e 100644 --- a/rprt-engine/Cargo.toml +++ b/rprt-engine/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true authors.workspace = true [dependencies] -either = "1.15.0" logos = "0.15.1" regex = "1.12.2" +thiserror = "2.0.17" [[bin]] name = "explainer" -- cgit v1.2.3