Expand description
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§
- Cargo
Pack - cargo-pack API
- Pack
Config - Rust side of configurations in
Cargo.toml