mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
migrate to dotenvy
This commit is contained in:
@ -11,7 +11,7 @@ actix-web.workspace = true
|
||||
chrono.workspace = true
|
||||
derive_more.workspace = true
|
||||
diesel = { version = "2", features = ["postgres", "r2d2", "uuid", "chrono"] }
|
||||
dotenv = "0.15"
|
||||
dotenvy.workspace = true
|
||||
env_logger.workspace = true
|
||||
log = "0.4"
|
||||
once_cell = "1"
|
||||
|
Reference in New Issue
Block a user