1
0

Fetch listenbrainz and set discord rpc

This commit is contained in:
ixhbinphoenix
2024-02-12 19:39:01 +01:00
parent 75b038bb06
commit f369ffb220
9 changed files with 1055 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "lb-discord-rpc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
discord-rpc-client = "0.4.0"
dotenv = "0.15.0"
env_logger = "0.11.1"
log = "0.4.20"
serde = "1.0.196"
serde_json = "1.0.113"
ureq = "2.9.5"