Skip to content

Commit

Permalink
cargo toml formatting fix
Browse files Browse the repository at this point in the history
for consistency
  • Loading branch information
jnqnfe committed Nov 26, 2020
1 parent f87cbd6 commit 4708e0a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions connect/Cargo.toml
Expand Up @@ -2,8 +2,8 @@
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"

Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Expand Up @@ -3,8 +3,8 @@ 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"

Expand Down
4 changes: 2 additions & 2 deletions metadata/Cargo.toml
Expand Up @@ -2,8 +2,8 @@
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"

Expand Down
4 changes: 2 additions & 2 deletions playback/Cargo.toml
Expand Up @@ -2,8 +2,8 @@
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"

Expand Down
4 changes: 2 additions & 2 deletions protocol/Cargo.toml
Expand Up @@ -3,8 +3,8 @@ 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"

Expand Down

0 comments on commit 4708e0a

Please sign in to comment.