From ed31c4201834719b2b75dca7cad1637abf1a80bb Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sun, 2 Jun 2024 18:38:25 -0400 Subject: Made codecs object-safe and deal with bytes only --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a46c2b7..a826f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,6 +8,12 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "anyhow" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" + [[package]] name = "autocfg" version = "1.3.0" @@ -252,6 +258,7 @@ dependencies = [ name = "occule" version = "0.1.0" dependencies = [ + "anyhow", "image", "img-parts", "thiserror", -- cgit v1.2.3