21 lines
527 B
TOML
21 lines
527 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"
|
|
async-osc = "0.2.0"
|
|
tide = "0.16.0"
|
|
tide-websockets = "0.2.0"
|