musicutil/Cargo.toml

23 lines
588 B
TOML
Raw Normal View History

2022-08-16 09:05:18 +01:00
[package]
name = "musicutil"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.143", features = ["derive"] }
clap = { version = "3.2.17", features = ["derive"] }
serde_yaml = "0.9.9"
serde_json = "1.0"
directories-next = "2.0.0"
log = { version = "0.4.17", features = ["kv_unstable"] }
serde_with = "1.3.1"
lazy_static = "1.4.0"
walkdir = "2.3.2"
audiotags = "0.4.1"
html-escape = "0.2.11"
string-error = "0.1.0"
tempfile = "3"
notify = "4.0.17"
crossbeam = "0.8"