spm-swift-package 0.2.0

Command Line Tools for macOS to create project in Swift Package Manager with desirable files.
1
2
3
4
FROM rust:latest
COPY Cargo.toml Cargo.lock ./
COPY src ./src
RUN cargo test