mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
remove lazy_static
This commit is contained in:
@ -12,9 +12,9 @@ derive_more = "0.99.5"
|
||||
diesel = { version = "2", features = ["postgres", "r2d2", "uuid", "chrono"] }
|
||||
dotenv = "0.15"
|
||||
env_logger = "0.9"
|
||||
once_cell = "1"
|
||||
r2d2 = "0.8"
|
||||
rust-argon2 = "1"
|
||||
lazy_static = "1.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
sparkpost = "0.5"
|
||||
|
Reference in New Issue
Block a user