Main bulk of program built

This commit is contained in:
2023-05-05 12:41:09 +02:00
commit f87356c859
9 changed files with 392 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "polybar-now-playing-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mpris = "2.0.*"
confy = "0.5.*"
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0.*"
string-builder = "0.2.*"
env_logger = "0.4.*"
dotenvy = "0.15.7"
log = "0.4"
signal-hook = "0.3.*"