[package]
name = "hyper-router"
version = "0.1.0"
authors = ["Marcin Radoszewski <moriturius@gmail.com>"]
description = "Simple routing middleware for Hyper http library."
repository = "https://github.com/marad/hyper-router"
keywords = ["hyper", "router", "routing", "middleware"]
documentation = "http://radoszewski.pl/hyper-router/doc/hyper_router/index.html"
license = "MIT"
[[bin]]
name = "test-server"
path = "test-server/main.rs"
[lib]
name = "hyper_router"
path = "src/lib.rs"
[dependencies]
hyper = "^0.6.8"
regex = "^0.1.41"