[package] name = "mecha_bluetooth_ctl" description = "bluetooth interface for mecha-device" version = "0.1.0" documentation = "https://docs.mecha.so" edition = "2021" license = "MIT" repository = "https://github.com/mecha-org/mecha-ctl" homepage = "https://mecha.so" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } bluer = { version = "0.16.0", features = ["full"] } tracing = "0.1"