Initial responsible Pixelflut client
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user