1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

migrate to dotenvy

This commit is contained in:
Rob Ede
2023-10-29 01:17:49 +01:00
parent 220b54c231
commit 07bb27eb4b
9 changed files with 15 additions and 15 deletions

View File

@ -9,7 +9,7 @@ actix-web.workspace = true
anyhow = "1"
apalis = { version = "0.4", features = ["redis"] }
chrono.workspace = true
dotenv = "0.15"
dotenvy.workspace = true
env_logger.workspace = true
log.workspace = true
rand.workspace = true