ferris-bot 0.2.6

a modular discord bot written in rust
Documentation
image: rust:1.53.0

cache:
  paths:
    - target/*

build:
  stage: build
  script:
    - make rust-build doc

test:
  stage: test
  script:
    - make test
# vim: ts=2 sts=2 sw=2 et