[package] name = "mpris-async" version = "0.1.0" authors = ["Shadman"] edition = "2021" description = "An async wrapper around the mpris crate" license = "Apache-2.0" keywords = ["mpris", "async", "dbus"] catagories = ["asynchronous"] repository = "https://github.com/Techno3d/mpris-rs-async" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = { version = "1.12.0"} mpris = "2.0.1"