Clean up dependencies, lints
`lazy_static` and `smol_str` weren't used. COSMIC Player used `dirs` once to find the user's home directory. Rust fixed and undeprecated its `home_dir` function in 1.85, which released earlier this year and is the MSRV of libcosmic.
This commit is contained in:
parent
04c354584d
commit
27ea8d2770
4 changed files with 9 additions and 21 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1083,7 +1083,6 @@ name = "cosmic-player"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap_lex",
|
||||
"dirs",
|
||||
"env_logger",
|
||||
"fork",
|
||||
"gstreamer-tag",
|
||||
|
|
@ -1093,13 +1092,11 @@ dependencies = [
|
|||
"icu_collator",
|
||||
"icu_provider",
|
||||
"image",
|
||||
"lazy_static",
|
||||
"libcosmic",
|
||||
"log",
|
||||
"mpris-server",
|
||||
"rust-embed",
|
||||
"serde",
|
||||
"smol_str",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"url",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue