4 Commits

Author SHA1 Message Date
98fc3c9902 Fix pkg-url, default to tgz explicit, v0.1.4 2024-10-06 16:07:14 -05:00
c52edc3640 Update verison to 0.1.3 2024-10-06 15:59:59 -05:00
3921dbda29 Add zip pkg-fmt for windows, add pkg-url format for binstall 2024-10-06 15:40:27 -05:00
469c27aca0 Add more shields 2024-10-06 15:40:15 -05:00
3 changed files with 16 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1287,7 +1287,7 @@ dependencies = [
[[package]]
name = "spotify-quickauth"
version = "0.1.2"
version = "0.1.4"
dependencies = [
"env_logger",
"futures",

View File

@@ -1,6 +1,6 @@
[package]
name = "spotify-quickauth"
version = "0.1.2"
version = "0.1.4"
edition = "2021"
description = "Quickly authenticate librespot-based applications with Spotify"
rust-version = "1.81"
@@ -10,10 +10,20 @@ repository = "https://github.com/Xevion/spotify-quickauth"
license = "MIT OR Apache-2.0"
readme = "CARGO_README.md"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/spotify-quickauth-v{ version }-{ target }{ archive-suffix }"
pkg-format = "tgz"
[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWSPQt0a5mbpICWV2Ft8iKOPv1F5xvknUeoZo38sKGUxOKbJmHUZE6UC"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"
[dependencies]
librespot-discovery = { version = "0.4.2" }
librespot-core = { version = "0.4.2" }

View File

@@ -1,7 +1,11 @@
# spotify-quickauth
[![Build Status](https://github.com/Xevion/spotify-quickauth/workflows/Build/badge.svg)](https://github.com/Xevion/spotify-quickauth/actions)
<!-- TODO: Add testing status badge -->
[![Crates.io](https://img.shields.io/crates/v/spotify-quickauth.svg)](https://crates.io/crates/spotify-quickauth)
![Crates.io MSRV](https://img.shields.io/crates/msrv/spotify-quickauth)
![GitHub last commit](https://img.shields.io/github/last-commit/Xevion/spotify-quickauth)
A simple CLI-based application for creating a `credentials.json` file, used by `librespot` derived applications, such as [spotify-player][spotify-player], [spotifyd][spotifyd], and [raspotify][raspotify].