-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-audio" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Lietar <[email protected]>"] | ||
description = "The audio fetching logic for librespot" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-connect" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Lietar <[email protected]>"] | ||
description = "The discovery and Spotify Connect logic for librespot" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-core" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Lietar <[email protected]>"] | ||
build = "build.rs" | ||
description = "The core functionality provided by librespot" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-discovery" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Lietar <[email protected]>"] | ||
description = "The discovery logic for librespot" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-metadata" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Lietar <[email protected]>"] | ||
description = "The metadata logic for librespot" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-oauth" | ||
version = "0.5.0-dev" | ||
rust-version = "1.73" | ||
rust-version = "1.75" | ||
authors = ["Nick Steel <[email protected]>"] | ||
description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token" | ||
license = "MIT" | ||
|
@@ -15,4 +15,4 @@ thiserror = "1.0" | |
url = "2.2" | ||
|
||
[dev-dependencies] | ||
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] } | ||
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-playback" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Sasha Hilton <[email protected]>"] | ||
description = "The audio playback logic for librespot" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "librespot-protocol" | ||
version = "0.5.0-dev" | ||
rust-version = "1.74" | ||
rust-version = "1.75" | ||
authors = ["Paul Liétar <[email protected]>"] | ||
build = "build.rs" | ||
description = "The protobuf logic for communicating with Spotify servers" | ||
|