[package] name = "lastfmpris" description = "a rust application to scrobble your currently playing song on last.fm with mpris" authors = [ "reidlab " ] 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"