mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
migrate to dotenvy
This commit is contained in:
@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
derive_more.workspace = true
|
||||
dotenv = "0.15"
|
||||
dotenvy.workspace = true
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
mysql = "24"
|
||||
|
Reference in New Issue
Block a user