1 2 3 4 5 6 7 8 9 10
// Copyright 2016-2019 Cargo-Bundle developers <https://github.com/burtonageo/cargo-bundle> // Copyright 2019-2024 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT pub mod app; pub mod dmg; pub mod icon; pub mod ios; pub mod sign;