feat: added lazy_static
This commit is contained in:
parent
b493209a36
commit
ef06cbc90b
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1561,6 +1561,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"confy",
|
||||
"futures",
|
||||
"lazy_static",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue