Fetch listenbrainz and set discord rpc
This commit is contained in:
+16
@@ -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"
|
||||
Reference in New Issue
Block a user