[package] name = "passthrough" version = "0.1.0" edition = "2024" [lib] # This is critical. It tells Rust to build a C-style dynamic library # (.so, .dll, .dylib) that Audio Oxide can load at runtime. crate-type = ["cdylib"] [dependencies] # This module depends on the MDK definitions from oxforge. oxforge = { path = "../../oxforge" }