[package]
edition = "2021"
rust-version = "1.75"
name = "bluetooth_cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for driving bluetooth_core against real hardware."
readme = "README.md"
keywords = [
"bluetooth",
"ble",
"cli",
]
categories = [
"command-line-utilities",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/ManyMath/bluetooth"
[[bin]]
name = "bluetooth_cli"
path = "src/main.rs"
[dependencies.bluetooth_core]
version = "0.0.1"