From e52599e25372827fd3cef1433773c5a1b181fd3e Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 9 Oct 2023 01:27:19 -0500 Subject: squash --- squash/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'squash/Cargo.toml') diff --git a/squash/Cargo.toml b/squash/Cargo.toml index 18f2be3..16c450a 100644 --- a/squash/Cargo.toml +++ b/squash/Cargo.toml @@ -6,5 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +colorsquash = { path = "..", version = "0.1.0" } +anyhow = "1.0.75" camino = "1.1.6" -png = "0.17.10" +# time of writing: +# png has a change to ignore extra iCCP blocks my test image needed. it hasn't +# been released yet, so we're using the git here. the commit we require is e4b4811 +png = { git = "https://github.com/image-rs/image-png.git", rev = "f10238a1e886b228e7da5301e5c0f5011316f2d6" } -- cgit 1.4.1-3-g733a5