Initial plumbing
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "image-placeholder-generator"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.4"
|
||||
bytes = "1"
|
||||
serde = { version = "1.0.227", features = ["derive"] }
|
||||
tokio = { version = "1.47.1", features = ["fs", "rt-multi-thread"] }
|
||||
tokio-util = { version = "0.7.16", features = ["io"] }
|
||||
tower-http = { version = "0.6.6", features = ["fs", "trace"] }
|
||||
tracing-subscriber = "0.3.20"
|
||||
zip = "5.1.1"
|
||||
Reference in New Issue
Block a user