initial commit

This commit is contained in:
Franz Heinzmann (Frando) 2021-02-19 14:40:58 +01:00
commit 091e6319cd
9 changed files with 700 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[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"