Support dotenv files

This commit is contained in:
Nettika 2026-01-25 15:38:14 -08:00
parent 9877219a22
commit 4c43806419
No known key found for this signature in database
6 changed files with 19 additions and 1 deletions

7
Cargo.lock generated
View file

@ -183,6 +183,12 @@ dependencies = [
"syn",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "errno"
version = "0.3.14"
@ -497,6 +503,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
name = "makeprogress"
version = "0.1.0"
dependencies = [
"dotenvy",
"maud",
"rouille",
"rusqlite",