xylo 0.1.1

A music theory toolset
Documentation
[package]

name = "xylo"

version = "0.1.1"

edition = "2021"

description = "A music theory toolset"

readme = "README.md"

authors= ["hixlo"]

homepage = "https://github.com/hixlo/xylo"

repository = "https://github.com/hixlo/xylo"

license = "MIT"

license-file = "LICENSE"

keywords = ["synth", "music", "music-theory", "audio"]

categories = ["encoding", "value-formatting"]





[[bin]]

name="file"

path="src/main.rs"



[lib]

crate-type=["lib", "cdylib", "staticlib"]





[dependencies]

cpal="0.15.0"

anyhow="1.0.75"

crossbeam={ version="0.8.2", features= [ "crossbeam-channel" ]}