Add dotenvy

This commit is contained in:
2026-06-14 22:31:11 -04:00
parent 0e65b4888c
commit 6eb9ebdbd6
2 changed files with 9 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -1752,6 +1752,12 @@ dependencies = [
"litrs",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "downcast-rs"
version = "2.0.2"
@@ -3221,6 +3227,7 @@ version = "0.1.0"
dependencies = [
"diesel",
"dioxus",
"dotenvy",
"lucide-dioxus",
"tracing",
]