oscanity 0.2.0

Lightweight command-line tools for sending and receiving OSC messages
[[bin]]
name = "osc-receive"
path = "src/bin/osc-receive/main.rs"

[[bin]]
name = "osc-send"
path = "src/bin/osc-send/main.rs"

[dependencies.rosc]
version = "~0.1"

[package]
authors = ["Stephen Buchanan <stephen.buchanan@random.studio>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight command-line tools for sending and receiving OSC messages"
edition = "2021"
license = "MIT"
name = "oscanity"
readme = "README.md"
version = "0.2.0"