loading environmen variable to config added

This commit is contained in:
dongho
2024-10-23 23:08:55 +09:00
parent 025c5a83ca
commit 5b0b921306
3 changed files with 72 additions and 2 deletions

9
Cargo.lock generated
View File

@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "navidrome_weekly"
version = "0.1.0"
dependencies = [
"dotenv",
]