download-organiser/Cargo.toml

14 lines
307 B
TOML
Raw Normal View History

2021-11-25 22:39:16 +00:00
[package]
name = "download-organiser"
2023-05-04 17:15:51 +00:00
version = "0.1.1"
2021-11-25 22:39:16 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "^4.0.0"
fs_extra = "^1.2.0"
lazy_static = "^1.4.0"
2021-11-25 22:39:16 +00:00
mp3-metadata = "^0.3.3"
2022-11-06 23:06:25 +00:00
regex = "^1.6.0"