bbapi 0.1.0

A simple utility crate for the BoobBot API.
Documentation
[package]
name = "bbapi"
version = "0.1.0"
description = "A simple utility crate for the BoobBot API."
homepage = "https://github.com/BoobBot/bbapi-rust"
documentation = "https://docs.rs/bbapi"
authors = ["william <me@stylite.me>"]
license = "ISC"
readme = "README.md"
keywords = ["boobbot", "API"]
edition = "2018"

[dependencies]
reqwest = "0.9.16"
serde = "1.0.90"
serde_derive = "1.0.90"
env_logger = "0.6.1"