nm/crates/library/Cargo.toml
2026-07-25 21:00:32 +03:00

20 lines
478 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" }
smbfs = { path = "../smbfs" }
[dev-dependencies]
tempfile = "3"