shiitake 0.1.0

Opinionated chatbot framework in Rust.
Documentation
image: "rust:latest"

test:cargo:
  script:
  - rustc --version && cargo --version
  - cargo test --all --verbose