~ruther/mpris-ctl

mpris-ctl/Cargo.toml -rw-r--r-- 649 bytes
c5731a17 — Rutherther chore: remove naersk dependency 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "mpris-ctl"
description = "Cli control of mpris players, supporting controlling recent player with a daemon"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "mpris-ctld"
path = "daemon/src/main.rs"

[[bin]]
name = "mpris-ctl"
path = "cli/src/main.rs"

[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