This commit is contained in:
Moritz Ruth 2024-02-01 17:06:23 +01:00
parent ebb0552a13
commit bf48f12c8c
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
5 changed files with 370 additions and 2 deletions

14
Cargo.lock generated
View file

@ -1161,6 +1161,20 @@ version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
[[package]]
name = "playerctl"
version = "0.1.0"
dependencies = [
"clap",
"color-eyre",
"deckster_mode",
"env_logger",
"log",
"once_cell",
"serde",
"tokio",
]
[[package]]
name = "png"
version = "0.17.10"