2021-11-25 22:39:16 +00:00
|
|
|
[package]
|
|
|
|
name = "download-organiser"
|
2023-08-21 08:07:07 +00:00
|
|
|
version = "0.1.2"
|
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]
|
2023-08-21 08:07:07 +00:00
|
|
|
dirs = "^5.0.1"
|
2021-11-25 22:39:16 +00:00
|
|
|
fs_extra = "^1.2.0"
|
2022-11-06 23:21:28 +00:00
|
|
|
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"
|