trillium 0.1.5

a modular toolkit for building async web apps
Documentation
[package]
name = "trillium"
version = "0.1.5"
authors = ["Jacob Rothstein <hi@jbr.me>"]
edition = "2018"
description = "a modular toolkit for building async web apps"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/trillium"
readme = "../README.md"
keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-trait = "0.1.50"
futures-lite = "1.12.0"
log = "0.4.14"
trillium-http = { path = "../http", version = "^0.1.5" }

[dev-dependencies]
trillium-smol = { path = "../smol" }
trillium-testing = { path = "../testing" }