zipcompose 0.1.1

YAML-based zip runner
zipcompose-0.1.1 is not a library.

Installation

cargo install zipcompose

Configuration

Here is an example of a zip-compose.yaml file:

archives:
  test:
    filename: test.zip
    entries:
      - dest_dir: .
        files:
          - ./src/main.rs
          - src: ./src/main.rs
            dest: renamed_main.rs