Initial commit

This commit is contained in:
hal8174 2024-12-10 18:21:07 +01:00
commit e6cceca88c
10 changed files with 1234 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "stamp-folding"
version = "0.1.0"
edition = "2021"
[dependencies]
image = "0.25.5"