diff options
| author | tslil <tslil@posteo.de> | 2025-10-21 20:36:01 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-21 21:54:56 +0100 |
| commit | 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 (patch) | |
| tree | dd631d501a4f5eba47dac439879a9e8628556468 /rprt-engine/Cargo.toml | |
| parent | caf3cbdd94ec8341f3233bb31c04c72f99502ed9 (diff) | |
Having a time with passing functions around, really feels like i'm fighting the language
Diffstat (limited to 'rprt-engine/Cargo.toml')
| -rw-r--r-- | rprt-engine/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
