Cargo: update cargo.toml

This commit is contained in:
Patryk Hegenberg 2024-04-21 15:15:14 +02:00
parent 08c4610043
commit 9c11836101
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -234,6 +234,7 @@ dependencies = [
"http-body-util",
"hyper",
"hyper-util",
"lazy_static",
"log",
"rand",
"reqwest",

View file

@ -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"