inital working setup

This commit is contained in:
2025-09-01 00:47:38 +02:00
commit a10f466538
19 changed files with 3939 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "killpaper"
version = "0.1.0"
edition = "2024"
[dependencies]
d = "0.0.1"
embedded-graphics = "0.8.1"
image = { version = "0.25.6", default-features = false, features = ["jpeg", "png"] }
reqwest = { version = "0.12", features = ["json", "blocking", "gzip", "brotli"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"