Browse Source

add missing repo links to sub-crate cargo toml files

such that links are available from their crates.io pages to the project repo.
Lyndon Brown 3 years ago
parent
commit
f87cbd6fde
5 changed files with 5 additions and 0 deletions
  1. 1 0
      connect/Cargo.toml
  2. 1 0
      core/Cargo.toml
  3. 1 0
      metadata/Cargo.toml
  4. 1 0
      playback/Cargo.toml
  5. 1 0
      protocol/Cargo.toml

+ 1 - 0
connect/Cargo.toml

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

+ 1 - 0
core/Cargo.toml

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

+ 1 - 0
metadata/Cargo.toml

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

+ 1 - 0
playback/Cargo.toml

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

+ 1 - 0
protocol/Cargo.toml

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