about summary refs log tree commit diff
path: root/squash
diff options
context:
space:
mode:
Diffstat (limited to 'squash')
-rw-r--r--squash/Cargo.toml10
-rw-r--r--squash/src/main.rs1
2 files changed, 11 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"
diff --git a/squash/src/main.rs b/squash/src/main.rs
new file mode 100644
index 0000000..f328e4d
--- /dev/null
+++ b/squash/src/main.rs
@@ -0,0 +1 @@
+fn main() {}