urbit-chatbot-framework 0.1.1

A framework that allows anyone to create an Urbit Chatbot with only a few lines of code.
Documentation
[package]
name = "urbit-chatbot-framework"
version = "0.1.1"
authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>"]
edition = "2018"
description = "A framework that allows anyone to create an Urbit Chatbot with only a few lines of code."
repository = "https://github.com/robkorn/urbit-chatbot-framework"
license = "MIT"
keywords = ["urbit", "chatbot", "framework", "http"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
urbit-http-api          = {version = "0.2.4"}
json                    = "0.12.4"