mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Update Cargo.lock
This commit is contained in:
parent
b629f61f67
commit
84d28e887b
19 changed files with 549 additions and 145 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "librespot-oauth"
|
||||
version = "0.5.0-dev"
|
||||
version = "0.5.0"
|
||||
rust-version = "1.73"
|
||||
authors = ["Nick Steel <nick@nsteel.co.uk>"]
|
||||
description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token"
|
||||
|
|
18
oauth/Cargo.toml-e
Normal file
18
oauth/Cargo.toml-e
Normal file
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "librespot-oauth"
|
||||
version = "0.5.0-dev"
|
||||
rust-version = "1.73"
|
||||
authors = ["Nick Steel <nick@nsteel.co.uk>"]
|
||||
description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/librespot-org/librespot"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
oauth2 = "4.4"
|
||||
thiserror = "1.0"
|
||||
url = "2.2"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] }
|
Loading…
Add table
Add a link
Reference in a new issue