diff --git a/connect/Cargo.toml b/connect/Cargo.toml index 8677b811..5326de5f 100644 --- a/connect/Cargo.toml +++ b/connect/Cargo.toml @@ -2,8 +2,9 @@ name = "librespot-connect" version = "0.1.3" authors = ["Paul Lietar "] -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] diff --git a/core/Cargo.toml b/core/Cargo.toml index fbcd70ae..05fa95e7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,8 +3,9 @@ name = "librespot-core" version = "0.1.3" authors = ["Paul Lietar "] 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] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index a4ca2575..8f3b4c93 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -2,8 +2,9 @@ name = "librespot-metadata" version = "0.1.3" authors = ["Paul Lietar "] -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] diff --git a/playback/Cargo.toml b/playback/Cargo.toml index 699a3f53..9b18b070 100644 --- a/playback/Cargo.toml +++ b/playback/Cargo.toml @@ -2,8 +2,9 @@ name = "librespot-playback" version = "0.1.3" authors = ["Sasha Hilton "] -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] diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 4e59d7b3..35d65934 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -3,8 +3,9 @@ name = "librespot-protocol" version = "0.1.3" authors = ["Paul LiƩtar "] 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]