init commit

This commit is contained in:
Reid 2024-08-22 00:34:43 -07:00
commit 6899d676aa
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
15 changed files with 1490 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "lastfmpris"
description = "a rust application to scrobble your currently playing song on last.fm with mpris"
authors = [ "reidlab <reidlab@reidlab.pink>" ]
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
dotenvy = "0.15.7"
envconfig = "0.10.0"
mpris = "2.0.1"
rustfm-scrobble-proxy = "2.0.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"