Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap
This commit is contained in:
@@ -13,6 +13,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
backtrace = "0.3.67"
|
||||
bimap = "0.6.3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] }
|
||||
confy = { version = "0.5.1", default_features = false, features = ["yaml_conf"] }
|
||||
|
||||
Reference in New Issue
Block a user