add .env loading

This commit is contained in:
2026-04-05 00:05:26 +03:00
parent 337c7b69e9
commit 57f20edbe5
4 changed files with 11 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ struct Args {
#[tokio::main]
async fn main() -> Result<()> {
dotenv::dotenv()?;
let args = Args::parse();
let music_dir_path = args.music_dir_path;