Prepare for publish, add LICENSE files, description, librespot dev branch versions

This commit is contained in:
2024-10-03 23:48:55 -05:00
parent f7a7a8185f
commit c284ca3c3a
3 changed files with 207 additions and 2 deletions

View File

@@ -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"