[package] name = "blurz" version = "0.4.0" description = "Bluetooth lib for Rust using blueZ/dbus" readme = "README.md" authors = ["Attila Dusnoki "] repository = "https://github.com/szeged/blurz" keywords = ["bluetooth", "bluez", "ble"] license = "BSD-2-Clause" [lib] name = "blurz" path = "src/lib.rs" [dependencies] dbus = "0.6" hex = "0.3"