add missing metadata to Cargo.toml

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

View file

@ -7,6 +7,7 @@ readme = "README.md"
license = "MIT"
homepage = "https://github.com/GuillemCastro/spotify-dl"
repository = "https://github.com/GuillemCastro/spotify-dl"
description = "A command-line utility to download songs and playlists from Spotify"
[dependencies]
structopt = { version = "0.3", default-features = false }