mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 15:37:41 +00:00
Add Cargo.lock
This commit is contained in:
Generated
+15
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "image-proxy"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mimalloc = { version = "0.1" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
hyper = { version = "1", features = ["full"] }
|
||||
hyper-util = "0.1"
|
||||
http-body-util = "0.1"
|
||||
bytes = "1"
|
||||
reqwest = { version = "0.12", features = ["rustls-tls", "gzip", "brotli", "deflate"] }
|
||||
image = "0.25"
|
||||
anyhow = "1"
|
||||
Reference in New Issue
Block a user