This commit is contained in:
Jonas Zeunert
2024-12-29 13:49:56 +01:00
parent 309ff756e8
commit 23a1cab345
2 changed files with 27 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "fluter"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
image = "0.25.5"