summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-27 03:06:06 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-27 03:06:06 -0400
commit4789790733c8dcf22febca93bb17847e09d76bdc (patch)
tree11e6619cb787665ee770813c1032748fe649e029 /Cargo.toml
parentb1bd90dac13470ef1a47c502e5562cba79979afd (diff)
downloadgentoo-utils-4789790733c8dcf22febca93bb17847e09d76bdc.tar.gz
add thiserror dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfd09f7..3f646f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2024"
mon = { path = "../mon" }
get = { path = "../get" }
itertools = "0.14.0"
+thiserror = "2.0.17"
[profile.dev]
debug = true \ No newline at end of file