Drop (direct) dependency on lazy_static

This commit is contained in:
nicoo 2022-02-13 17:27:28 +01:00
parent aed94b9738
commit ddf8379ece
3 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View File

@ -137,7 +137,6 @@ dependencies = [
"bytes",
"chrono",
"imagesize",
"lazy_static",
"native-tls",
"once_cell",
"regex",

View File

@ -17,7 +17,6 @@ reqwest = { version = "0.11", features = [ ] }
tokio = { version = "1", features = ["full"] }
chrono = { version = "0", features = ["serde"] }
regex = "1.5"
lazy_static = "1.4.0"
imagesize = "0.8"
bytes = "1"
anyhow = "1.0"

View File

@ -1,6 +1,3 @@
#[macro_use]
extern crate lazy_static;
mod data;
mod freefall;