[project]
name = "civet"
version = "0.9.1"
authors = ["wycats"]
license = "MIT"
description = "civetweb-based server implementation for conduit"
repository = "https://github.com/wycats/rust-civet"
[dependencies]
conduit = "0.8"
semver = "0.5.0"
libc = "0.2"
[dependencies.civet-sys]
path = "civet-sys"
version = "0.1.0"
[dev-dependencies]
route-recognizer = "0.1.0"