19 lines
434 B
TOML
19 lines
434 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"] }
|
|
encoding_rs = "0.8"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|