doobs-mpris 0.2.0

zbus-based bindings for MPRIS2 (Media Player Remote Interfacing Specification) on Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: build test fmt clippy update-readme

build:
  cargo build

test:
  cargo test

fmt:
  cargo +nightly fmt

clippy:
  cargo clippy

update-readme:
  nix run nixpkgs#cargo-rdme