[package] name = "conformal_poly" version = "0.3.2" edition = "2021" rust-version = "1.79.0" license = "ISC" description = "Helper utilities for polyphonic synthesizers in the conformal framework." repository = "https://github.com/russellmcc/conformal" homepage = "https://russellmcc.github.io/conformal" [dependencies] conformal_component = { version = "0.3.2", path = "../component" }