[package] name = "latency_checker" 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] oxforge = { path = "../../oxforge" }