generated from PlexSheep/rs-base
refactor: remove a lot of unneeded dependencies
This commit is contained in:
parent
5a09414089
commit
a56e454935
|
@ -23,7 +23,9 @@ anyhow = "1.0.86"
|
|||
chrono = "0.4.38"
|
||||
humantime = "2.1.0"
|
||||
libpt = { version = "0.6.0", features = ["cli"] }
|
||||
notify-rust = { version = "4.11.0", optional = true }
|
||||
notify-rust = { version = "4.11.0", default-features = false, features = [
|
||||
"d",
|
||||
], optional = true }
|
||||
ratatui = "0.27.0"
|
||||
rodio = { version = "0.19.0", optional = true, default-features = false, features = [
|
||||
"mp3",
|
||||
|
|
Reference in New Issue