Browse Source

Merge pull request #538 from jnqnfe/repolinks

Fix missing repo links in sub-crates
Sasha Hilton 4 years ago
parent
commit
89cafd7c86
5 changed files with 15 additions and 10 deletions
  1. 3 2
      connect/Cargo.toml
  2. 3 2
      core/Cargo.toml
  3. 3 2
      metadata/Cargo.toml
  4. 3 2
      playback/Cargo.toml
  5. 3 2
      protocol/Cargo.toml

+ 3 - 2
connect/Cargo.toml

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

+ 3 - 2
core/Cargo.toml

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

+ 3 - 2
metadata/Cargo.toml

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

+ 3 - 2
playback/Cargo.toml

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

+ 3 - 2
protocol/Cargo.toml

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