inital working setup
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user