dante-cli 0.8.3

A Dante discovery and control command line tool utilizing dante-control-rs
[[bin]]
name = "dante-cli"
path = "src/main.rs"

[dependencies.ascii]
version = "1.1.0"

[dependencies.clap]
features = ["derive"]
version = "4.4.2"

[dependencies.dante-control-rs]
version = "0.8.2"

[dependencies.stderrlog]
version = "0.5.4"

[dependencies.thiserror]
version = "1.0.56"

[package]
authors = ["Cameron VanderTuig"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A Dante discovery and control command line tool utilizing dante-control-rs"
edition = "2021"
homepage = "https://github.com/IRSMsoso/dante-cli"
keywords = ["dante", "audio"]
license = "Apache-2.0"
name = "dante-cli"
readme = "README.md"
repository = "https://github.com/IRSMsoso/dante-cli"
version = "0.8.3"