mirror of
https://github.com/arabianq/lyrics_fetcher.git
synced 2026-04-27 22:11:22 +00:00
update cargo.toml
This commit is contained in:
Generated
+1
-1
@@ -998,7 +998,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
||||
|
||||
[[package]]
|
||||
name = "lyrics_fetcher"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
+8
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user