mpd-discord-rpc 1.4.0

Displays your currently playing song / album / artist from MPD in Discord using Rich Presence.
[package]
name = "mpd-discord-rpc"
version = "1.4.0"
authors = ["Jake Stanger <mail@jstanger.dev>"]
edition = "2018"
description = "Displays your currently playing song / album / artist from MPD in Discord using Rich Presence."
license = "MIT"
repository = "https://github.com/JakeStanger/mpd-discord-rpc"
readme = "README.md"
keywords = ["mpd", "discord", "rpc", "music", "mopidy"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
discord-rpc-client = "0.3.0"
mpd = "0.0.12"
dirs = "2.0.2"
toml = "0.5.6"
regex = "1.3.4"
serde = { version = "1.0", features = ["derive"] }

[patch.crates-io]
discord-rpc-client = { git = "https://github.com/JakeStanger/discord-rpc-client.rs" }