diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 10:22:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-11-09 10:22:12 +0200 |
| commit | 3087e26f47eb9c5b83d5aec61ca9248856075d8b (patch) | |
| tree | ed3915a33e5bec42900b39be7f7ce8d0d1264af0 /log_db/Cargo.toml | |
| parent | 1e86d5a9b1337c111d4917d8fe8e0c4d282c898d (diff) | |
Add thiserror dep
Diffstat (limited to 'log_db/Cargo.toml')
| -rw-r--r-- | log_db/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log_db/Cargo.toml b/log_db/Cargo.toml index 723d29d..c2ff601 100644 --- a/log_db/Cargo.toml +++ b/log_db/Cargo.toml @@ -11,6 +11,7 @@ fs2 = "0.4.3" log = "0.4.22" priority-queue = "2.1.1" tempfile = "3.13.0" +thiserror = "2.0.1" uuid = { version = "1.11.0", features = ["v4"] } [dev-dependencies] |
