download-organiser/Cargo.toml

14 lines
307 B
TOML

[package]
name = "download-organiser"
version = "0.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "^5.0.1"
fs_extra = "^1.2.0"
lazy_static = "^1.4.0"
mp3-metadata = "^0.3.3"
regex = "^1.6.0"