This commit is contained in:
2021-11-25 22:39:16 +00:00
commit f15d0e0f76
4 changed files with 223 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "download-organiser"
version = "0.1.0"
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"
mp3-metadata = "^0.3.3"