diff options
author | gennyble <gen@nyble.dev> | 2023-10-09 01:27:19 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-09 01:27:19 -0500 |
commit | e52599e25372827fd3cef1433773c5a1b181fd3e (patch) | |
tree | defb472fdf74b3d6c163c0983f52e3454b5d0898 /Cargo.lock | |
parent | 1575e5fd1a358a3c997288998d7b25f87472905d (diff) | |
download | colorsquash-e52599e25372827fd3cef1433773c5a1b181fd3e.tar.gz colorsquash-e52599e25372827fd3cef1433773c5a1b181fd3e.zip |
squash
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f80a769..d04e722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,6 +9,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] +name = "anyhow" +version = "1.0.75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" + +[[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -80,8 +86,7 @@ dependencies = [ [[package]] name = "png" version = "0.17.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" +source = "git+https://github.com/image-rs/image-png.git?rev=f10238a1e886b228e7da5301e5c0f5011316f2d6#f10238a1e886b228e7da5301e5c0f5011316f2d6" dependencies = [ "bitflags", "crc32fast", @@ -109,6 +114,8 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" name = "squash" version = "0.1.0" dependencies = [ + "anyhow", "camino", + "colorsquash", "png", ] |