~ruther/mpris-ctl

ref: 202542ad29bfb0568eb02051416d4bcb30f8daec mpris-ctl/cli/Cargo.toml -rw-r--r-- 597 bytes
202542ad — František Boháček feat(cli): add basic cli handling 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mpris-ctl"
version = "0.1.0"
edition = "2021"

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

[dependencies]
clap = { version = "4.3.11", features = ["derive"] }
futures = { version = "0.3.28", features = ["std"] }
mpris = "2.0.1"
serde = { version = "1.0.167", features = ["derive"] }
serde_json = { version = "1.0.100", features = ["std"] }
sorted-iter = "0.1.11"
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