~ruther/mpris-ctl

ref: 10acb1c219cf0f0bebdd04b0f759c364b6b83c96 mpris-ctl/daemon/Cargo.toml -rw-r--r-- 443 bytes
10acb1c2 — František Boháček chore(daemon): change daemon name to "mpris-ctld" 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mpris-ctld"
version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.3.11", features = ["derive"] }
futures = "0.3.28"
mpris = "2.0.1"
serde = { version = "1.0.167", features = ["derive"] }
serde_json = { version = "1.0.100", features = ["std"] }
tokio = { version = "1.29.1", features = ["net", "macros", "rt", "rt-multi-thread", "io-util", "time"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
Do not follow this link