Add syncing for genres and works

This commit is contained in:
2025-10-30 17:34:39 +08:00
parent 3f5dee13f5
commit 2538049f4a
28 changed files with 350 additions and 95 deletions

8
Cargo.toml Normal file → Executable file
View 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"