diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-27 03:06:06 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-27 03:06:06 -0400 |
| commit | 4789790733c8dcf22febca93bb17847e09d76bdc (patch) | |
| tree | 11e6619cb787665ee770813c1032748fe649e029 /Cargo.toml | |
| parent | b1bd90dac13470ef1a47c502e5562cba79979afd (diff) | |
| download | gentoo-utils-4789790733c8dcf22febca93bb17847e09d76bdc.tar.gz | |
add thiserror dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
