diff --git a/Cargo.lock b/Cargo.lock index a8912c0..0d0f195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lyrics_fetcher" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5375109..2e08d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "lyrics_fetcher" -version = "0.1.0" +version = "1.0.0" edition = "2024" +authors = ["arabianq"] +readme = "README.md" +license = "MIT" +repository = "https://github.com/arabianq/lyrics_fetcher" +homepage = "https://github.com/arabianq/lyrics_fetcher" +keywords = ["lyrics", "music", "audio", "lrclib", "genius"] [dependencies] tokio = { version = "1.51.0", features = ["full"] } @@ -18,7 +24,7 @@ id3 = { version = "1.16.4", default-features = false, features = ["tokio"] } reqwest = { version = "0.13.2", default-features = false, features = [ "rustls", "json", - "query" + "query", ] } serde = { version = "1.0.228", features = ["derive"] } scraper = "0.26.0"