libdbus-sys 0.1.3

FFI bindings to libdbus.
Documentation
1
2
3
4
5
6
7
extern crate pkg_config;

fn main() {
    // See https://github.com/joshtriplett/metadeps/issues/9 for why we don't use
    // metadeps here, but instead keep this manually in sync with Cargo.toml.
    pkg_config::Config::new().atleast_version("1.6").probe("dbus-1").unwrap();
}