about summary refs log tree commit diff
path: root/squash/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-10-08 20:37:38 -0500
committergennyble <gen@nyble.dev>2023-10-08 20:37:38 -0500
commit1575e5fd1a358a3c997288998d7b25f87472905d (patch)
treebb690a93eb1fdb44fb26fa53bf0b4353712e163f /squash/Cargo.toml
parenta124c54ba8547403574554908578adeb7a423fee (diff)
downloadcolorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.tar.gz
colorsquash-1575e5fd1a358a3c997288998d7b25f87472905d.zip
allow changing difference algorithm
Diffstat (limited to 'squash/Cargo.toml')
-rw-r--r--squash/Cargo.toml10
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"