[[bin]]
name = "file"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"
[dependencies.cpal]
version = "0.15.0"
[dependencies.crossbeam]
features = ["crossbeam-channel"]
version = "0.8.2"
[lib]
crate-type = ["lib", "cdylib", "staticlib"]
[package]
authors = ["hixlo"]
categories = ["encoding", "value-formatting"]
description = "A music theory toolset"
edition = "2021"
homepage = "https://github.com/hixlo/xylo"
keywords = ["synth", "music", "music-theory", "audio"]
license = "MIT"
license-file = "LICENSE"
name = "xylo"
readme = "README.md"
repository = "https://github.com/hixlo/xylo"
version = "0.1.1"