From 9c11836101ccf180b62f447774b2fa5e2179e46a Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 21 Apr 2024 15:15:14 +0200 Subject: [PATCH] Cargo: update cargo.toml --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index f7d13b3..42d634b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,6 +234,7 @@ dependencies = [ "http-body-util", "hyper", "hyper-util", + "lazy_static", "log", "rand", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 828dea1..2275659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,4 @@ log = "0.4.21" dotenv = { version = "0.15.0", features = ["clap"] } tower-http = {version = "0.5.2", features = ["fs"]} axum-client-ip = "0.6.0" +lazy_static = "1.4.0"