lastfmpris/Cargo.toml
2024-08-22 00:34:43 -07:00

15 lines
380 B
TOML

[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"