[−][src]Crate cargo_pack
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"]
Modules
error | Errors and related |
Structs
CargoPack | cargo-pack API |
PackConfig | Rust side of configurations in |