[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" dirs = "5.0.1" mpris = "2.0.1" rustfm-scrobble-proxy = "2.0.0" serde = "1.0.209" serde_ini = "0.2.0" tracing = "0.1.40" tracing-subscriber = "0.3.18"