rust_client 0.2.1

A command line http client
Documentation
image: rust

stages:
  - test

test:
  stage: test
  script:
    - cargo test
  cache:
    paths:
      - target/
  artifacts:
    paths:
      - target/debug/rust-client