add: last.fm status integration

This commit is contained in:
trisua 2025-04-26 19:23:30 -04:00
parent 3e2bdceb99
commit 0765156697
17 changed files with 397 additions and 3 deletions

8
Cargo.lock generated
View file

@ -308,6 +308,12 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "base16ct"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
name = "base32"
version = "0.5.1"
@ -3247,8 +3253,10 @@ name = "tetratto-core"
version = "1.0.8"
dependencies = [
"async-recursion",
"base16ct",
"bb8-postgres",
"bitflags 2.9.0",
"md-5",
"pathbufd",
"redis",
"reqwest",