diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-05 11:51:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-05 11:51:26 +0200 |
commit | 7cba183debcf2cefd90b4c1e7a630fb0c2152d06 (patch) | |
tree | 4d662af700078a2b53df08371f31bba0ccd1a216 /matroska/Cargo.toml | |
parent | 4a0f08126d80dc589e3c97bf0a07571b8b828a74 (diff) | |
download | jellything-7cba183debcf2cefd90b4c1e7a630fb0c2152d06.tar jellything-7cba183debcf2cefd90b4c1e7a630fb0c2152d06.tar.bz2 jellything-7cba183debcf2cefd90b4c1e7a630fb0c2152d06.tar.zst |
(semi-)proper error handling in matroska
Diffstat (limited to 'matroska/Cargo.toml')
-rw-r--r-- | matroska/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml index e38e028..01a3be9 100644 --- a/matroska/Cargo.toml +++ b/matroska/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] ebml_derive = { path = "../ebml_derive" } -anyhow = "1.0.72" log = "0.4.19" env_logger = "0.10.0" +thiserror = "1.0.44" |