mirror of
https://github.com/arabianq/lyrics_fetcher.git
synced 2026-04-27 22:11:22 +00:00
add .env loading
This commit is contained in:
Generated
+7
@@ -387,6 +387,12 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dotenv"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
||||
|
||||
[[package]]
|
||||
name = "dtoa"
|
||||
version = "1.0.11"
|
||||
@@ -998,6 +1004,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"async-walkdir",
|
||||
"clap",
|
||||
"dotenv",
|
||||
"futures",
|
||||
"id3",
|
||||
"itertools",
|
||||
|
||||
Reference in New Issue
Block a user