allow editing artist name

This commit is contained in:
2023-08-21 09:07:07 +01:00
parent 8b0efc287a
commit f44272de79
3 changed files with 91 additions and 27 deletions

View File

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