{
description = "Oto (音) — audio framework: device management, codec support, playback, voice streaming";
# substrate.rust.library dispatches over Cargo.gen.lock (the slim gen delta,
# reconstructed to the full BuildSpec in pure Nix) — no crate2nix, no Cargo.nix.
inputs.substrate.url = "github:pleme-io/substrate";
outputs = { substrate, ... }: substrate.rust.library {
src = ./.;
};
}