add missing metadata to Cargo.toml

This commit is contained in:
Guillem Castro 2024-05-11 13:11:40 +02:00
parent a7adb7b8eb
commit d33cc37050

View file

@ -5,6 +5,8 @@ authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2021"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/GuillemCastro/spotify-dl"
repository = "https://github.com/GuillemCastro/spotify-dl"
[dependencies]
structopt = { version = "0.3", default-features = false }