rill-patchbay 0.4.0

The world where Automata live - control system for Rill
Documentation
[package]
name = "rill-patchbay"
version = "0.4.0"
edition = "2021"
description = "The world where Automata live - control system for Rill"
license.workspace = true
authors.workspace = true
repository.workspace = true

[dependencies]
rill-core = { workspace = true }
crossbeam-channel = "0.5"
parking_lot = "0.12"
thiserror = "1.0"
rand = "0.8"
log = "0.4"

[dev-dependencies]
float-cmp = "0.9"