feat: added lazy_static

This commit is contained in:
moonleay 2024-03-09 20:05:49 +01:00
parent b493209a36
commit ef06cbc90b
Signed by: moonleay
GPG key ID: 82667543CCD715FB
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1561,6 +1561,7 @@ dependencies = [
"chrono",
"confy",
"futures",
"lazy_static",
"reqwest",
"serde",
"serde_json",

View file

@ -21,3 +21,4 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-futures = "0.2.5"
futures = "0.3.1"
lazy_static = "1.4.0"