mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 20:08:37 -06:00
Prepare for publish, add LICENSE files, description, librespot dev branch versions
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -2,10 +2,16 @@
|
||||
name = "spotify-quickauth"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "Quickly authenticate librespot-based applications with Spotify"
|
||||
rust-version = "1.81"
|
||||
authors = ["Ryan Walters <xevion@xevion.dev>"]
|
||||
homepage = "https://github.com/Xevion/spotify-quickauth"
|
||||
repository = "https://github.com/Xevion/spotify-quickauth"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
librespot-discovery = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
|
||||
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
|
||||
librespot-discovery = { git = "https://github.com/librespot-org/librespot", branch = "dev", version = "0.5.0-dev" }
|
||||
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev", version = "0.5.0-dev" }
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
futures = "0.3.30"
|
||||
|
||||
Reference in New Issue
Block a user