cargo-bundle 0.10.0

Wrap rust executables in OS-specific app bundles
1
2
3
4
pub(crate) mod appimage_bundle;
mod common;
pub(crate) mod deb_bundle;
pub(crate) mod rpm_bundle;