bluetooth_client 0.0.12

A client for the local bluetooth radio
Documentation
[dependencies.base64]
version = "0.12.0"

[dependencies.clap]
version = "2.33.0"

[dependencies.dirs]
version = "2.0.2"

[dependencies.log]
version = "0.4.8"

[dependencies.simple_logger]
version = "1.6.0"
[dev-dependencies.assert_cmd]
version = "0.10"

[package]
authors = ["Brian Taylor <brian@resolvingarchitecture.io>"]
categories = ["command-line-utilities"]
description = "A client for the local bluetooth radio"
documentation = "https://github.com/resolvingarchitecture/bluetooth-client"
edition = "2018"
homepage = "https://resolvingarchitecture.io"
keywords = ["bluetooth"]
license-file = "LICENSE"
name = "bluetooth_client"
publish = true
readme = "README.md"
repository = "https://github.com/resolvingarchitecture/bluetooth-client"
version = "0.0.12"
[package.metadata.deb]
assets = [["target/release/bluetooth_client", "usr/bin/", "755"], ["README.md", "usr/share/doc/bluetooth_client/README", "644"]]
copyright = "Unlicense"
depends = "$auto"
extended-description = "A client for interacting with the local Bluetooth radio. Provides a CLI and a Service option that can be ran within the RA Service Bus."
license-file = ["LICENSE", "0"]
maintainer = "Brian Taylor <brian@resolvingarchitecture.io>"
priority = "optional"
section = "utility"