Added dotenvy to make development a bit easier

This commit is contained in:
2025-04-22 00:16:55 +02:00
parent 46ea8e2cd7
commit 58bb0b312a
3 changed files with 10 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -549,6 +549,12 @@ dependencies = [
"syn 2.0.100",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dyn-clone"
version = "1.0.19"
@@ -1484,6 +1490,7 @@ dependencies = [
"chrono",
"color-eyre",
"cynic",
"dotenvy",
"futures",
"git-version",
"insta",