add description to Cargo.toml

This commit is contained in:
2026-04-05 00:32:16 +03:00
parent 325ce4452b
commit 27a2a30ae8
+1
View File
@@ -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"] }