From b42fc1d3345e0a859c07fa7e1b0f28be5fd69495 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 28 May 2026 02:11:56 +0200 Subject: [PATCH] Add Cargo.lock --- Cargo.lock | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..46ed7ae --- /dev/null +++ b/Cargo.lock @@ -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" \ No newline at end of file