From 27a2a30ae8982f728dae758e4fd9b770f2683a5d Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 5 Apr 2026 00:32:16 +0300 Subject: [PATCH] add description to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2e08d81..7f071a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT" repository = "https://github.com/arabianq/lyrics_fetcher" homepage = "https://github.com/arabianq/lyrics_fetcher" keywords = ["lyrics", "music", "audio", "lrclib", "genius"] +description = "A Rust for fetching and embedding lyrics into audio files using multiple sources." [dependencies] tokio = { version = "1.51.0", features = ["full"] }