diff --git a/Cargo.lock b/Cargo.lock index 71214af..c466038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.1.1" +version = "0.1.2" dependencies = [ "audiotags", "flac-bound", diff --git a/Cargo.toml b/Cargo.toml index 3f04ec7..f56864a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "spotify-dl" -version = "0.1.1" -authors = ["Guillem Castro "] -edition = "2018" +version = "0.1.2" +authors = ["Guillem Castro ", "Schreifuchs "] +edition = "2021" +readme = "README.md" +licence = "MIT" #links = "FLAC" [dependencies]