add missing repo links to sub-crate cargo toml files

such that links are available from their crates.io pages to the project repo.
This commit is contained in:
Lyndon Brown 2020-11-26 19:30:37 +00:00
parent 6a4bc83259
commit f87cbd6fde
5 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.3"
authors = ["Paul Lietar <paul@lietar.net>"] authors = ["Paul Lietar <paul@lietar.net>"]
description="The discovery and Spotify Connect logic for librespot" description="The discovery and Spotify Connect logic for librespot"
license="MIT" license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018" edition = "2018"
[dependencies.librespot-core] [dependencies.librespot-core]

View file

@ -5,6 +5,7 @@ authors = ["Paul Lietar <paul@lietar.net>"]
build = "build.rs" build = "build.rs"
description="The core functionality provided by librespot" description="The core functionality provided by librespot"
license="MIT" license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018" edition = "2018"
[dependencies.librespot-protocol] [dependencies.librespot-protocol]

View file

@ -4,6 +4,7 @@ version = "0.1.3"
authors = ["Paul Lietar <paul@lietar.net>"] authors = ["Paul Lietar <paul@lietar.net>"]
description="The metadata logic for librespot" description="The metadata logic for librespot"
license="MIT" license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018" edition = "2018"
[dependencies] [dependencies]

View file

@ -4,6 +4,7 @@ version = "0.1.3"
authors = ["Sasha Hilton <sashahilton00@gmail.com>"] authors = ["Sasha Hilton <sashahilton00@gmail.com>"]
description="The audio playback logic for librespot" description="The audio playback logic for librespot"
license="MIT" license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018" edition = "2018"
[dependencies.librespot-audio] [dependencies.librespot-audio]

View file

@ -5,6 +5,7 @@ authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs" build = "build.rs"
description="The protobuf logic for communicating with Spotify servers" description="The protobuf logic for communicating with Spotify servers"
license="MIT" license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018" edition = "2018"
[dependencies] [dependencies]