emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Add cargo deb support #95

Closed bitzl closed 4 years ago

bitzl commented 4 years ago

This PR adds support for building Debian packages using cargo deb.

Resolves #94