# How Bento releases audiofiles. Lives here rather than in the daemon's config # so it is versioned with the code it describes. # # The daemon's own bento.toml holds the build hosts and points at this repo. # The root Cargo.toml is a bare [workspace] with no version, so say where the # release version actually lives. Without this, version resolution falls back to # the workspace root and finds nothing. version_path = "crates/audiofiles-app/Cargo.toml" # egui desktop app (no Tauri, no iOS). targets = ["macos/aarch64", "linux/x86_64", "linux/aarch64", "windows/x86_64"]