cargo-toml-builder 0.3.0

A builder for generating Cargo.toml files
Documentation
stages:
  - test

stable:
  image: rust:latest
  stage: test
  script:
    - cargo test --verbose

nightly:
  image: rustlang/rust:nightly
  stage: test
  script:
    - cargo test --verbose