studiox-mixer/Cargo.toml

18 lines
465 B
TOML

[package]
name = "studiox"
version = "0.1.0"
authors = ["Franz Heinzmann (Frando) <frando@unbiskant.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.23"
anyhow = "1.0.38"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
async-channel = "1.6.1"
rosc = "0.4.2"
futures-lite = "1.11.3"
log = "0.4.14"
env_logger = "0.8.3"
regex = "1.4.3"