6 releases (breaking)
0.6.0 | Feb 19, 2020 |
---|---|
0.5.0 | Jan 22, 2019 |
0.4.0 | Sep 26, 2018 |
0.3.0 | Apr 5, 2018 |
0.1.0 | Feb 28, 2017 |
#1163 in Development tools
Used in cargo-pack-docker
8KB
109 lines
cargo-pack
An infrastructure library for cargo-pack
ers.
cargo-pack
ers help you to package your applications into various formats to deploy.
name | description |
---|---|
cargo-pack-docker |
pack into a docker image |
lib.rs
:
an infrastructure library for 'cargo-pack'ers.
This crate provides only common features of pack
ers, currently, files to package.
Currently, you can write these metadata in Cargo.toml:
[package.metadata.pack]
# Not used for now. Reserved for future use
default-packers = ["docker"]
# files to pack in addition to binaries
files = ["README.md"]
Dependencies
~1–1.8MB
~40K SLoC