mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
add missing metadata to Cargo.toml
This commit is contained in:
parent
a7adb7b8eb
commit
d33cc37050
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
homepage = "https://github.com/GuillemCastro/spotify-dl"
|
||||||
|
repository = "https://github.com/GuillemCastro/spotify-dl"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
structopt = { version = "0.3", default-features = false }
|
structopt = { version = "0.3", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue