Adds a new crate feature `ble` that allows for transfering badge
configurations over Bluetooth Low Energy instead of USB.
Expands the CLI to allow for specification of the transport protocol,
either USB or BLE.
The BLE library uses async rust requiring to add tokio as a async runtime
to the CLI.