Add syncing for genres and works
This commit is contained in:
8
Cargo.toml
Normal file → Executable file
8
Cargo.toml
Normal file → Executable file
@@ -9,7 +9,12 @@ edition = "2024"
|
||||
[profile.dev]
|
||||
debug = true
|
||||
incremental = true
|
||||
lto = "off"
|
||||
opt-level = 0
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.3"
|
||||
@@ -25,6 +30,9 @@ log = "0.4.28"
|
||||
num_cpus = "1.17.0"
|
||||
sys-locale = "0.3.2"
|
||||
jemallocator = "0.5.4"
|
||||
reqwest_cookie_store = { version = "0.9.0", features = ["serde"] }
|
||||
itertools = "0.14.0"
|
||||
dashmap = { version = "6.1.0", features = ["serde"] }
|
||||
|
||||
[dependencies.language-tags]
|
||||
version = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user