feat: add dotenvy for environment variable management and improve error handling in Env struct

This commit is contained in:
MythEclipse
2025-06-28 20:21:20 +07:00
parent cfa251337f
commit f598dedb3b
9 changed files with 151 additions and 49 deletions
Generated
+7
View File
@@ -1091,6 +1091,12 @@ dependencies = [
"urlencoding",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "double-ended-peekable"
version = "0.1.0"
@@ -2090,6 +2096,7 @@ dependencies = [
"argon2",
"axum",
"chrono",
"dotenvy",
"imphnen-entities",
"jsonwebtoken",
"lettre",