Initial responsible Pixelflut client

This commit is contained in:
filer
2026-06-07 01:13:13 +02:00
commit 8c26fcf228
5 changed files with 3106 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "responsible-pixelflut"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
image = "0.25"
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"] }
ctrlc = "3"
socket2 = "0.5"
libc = "0.2"