nsm/crates/library/Cargo.toml
2026-07-13 09:31:20 +03:00

19 lines
448 B
TOML

[package]
name = "library"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
walkdir = "2"
lofty = "0.19"
nucleo-matcher = "0.3"
ureq = { version = "2", features = ["json"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
textfix = { path = "../textfix" }
[dev-dependencies]
tempfile = "3"