diff options
author | gennyble <gen@nyble.dev> | 2023-10-08 20:37:38 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-08 20:37:38 -0500 |
commit | 1575e5fd1a358a3c997288998d7b25f87472905d (patch) | |
tree | bb690a93eb1fdb44fb26fa53bf0b4353712e163f /squash/Cargo.toml | |
parent | a124c54ba8547403574554908578adeb7a423fee (diff) | |
download | colorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.tar.gz colorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.zip |
allow changing difference algorithm
Diffstat (limited to 'squash/Cargo.toml')
-rw-r--r-- | squash/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/squash/Cargo.toml b/squash/Cargo.toml new file mode 100644 index 0000000..18f2be3 --- /dev/null +++ b/squash/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "squash" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +camino = "1.1.6" +png = "0.17.10" |