Added spotify link functionality

This commit is contained in:
2025-07-30 22:30:06 -05:00
parent 045d19c4c8
commit 158633d077
4 changed files with 195 additions and 42 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "watcat"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
[dependencies]
@ -11,6 +11,7 @@ reqwest = "0.12"
reqwest-middleware = "0.4.2"
http-cache-reqwest = "0.15.1"
palette = "0.7.6"
rspotify = "0.15.0"
# text rendering dependencies
arabic_reshaper = "0.4.2"
unicode-bidi = "0.3.18"