feat: drop dotenvy

This commit is contained in:
2026-09-07 12:04:57 +00:00
parent 9d63233d9a
commit d11b0c68cd
3 changed files with 0 additions and 11 deletions

7
Cargo.lock generated
View File

@@ -9,7 +9,6 @@ dependencies = [
"anyhow",
"clap",
"clap_complete",
"dotenvy",
"serde_json",
]
@@ -124,12 +123,6 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "heck"
version = "0.5.0"