truce-core 0.1.0

Core types for the truce audio plugin framework
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"

[[package]]
name = "truce-core"
version = "0.1.0"
dependencies = [
 "truce-params",
]

[[package]]
name = "truce-params"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d7e4422ae268f4ab53fa37512e785e436ebd019fb902a0d3d68a7d3c8130d28"
dependencies = [
 "bitflags",
]