init commit
This commit is contained in:
commit
6899d676aa
15 changed files with 1490 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue