bare 0.0.1

a bare web framework
[package]
name = "bare"
version = "0.0.1"
authors = ["Piotr Zolnierek <pz@anixe.pl>"]
description = "a bare web framework"
license = "MIT"
repository = "https://github.com/pzol/bare.git"
homepage = "http://github.com/pzol/bare"
documentation = "http://github.com/pzol/bare"

[lib]
name = "bare"

[dependencies]
log ="*"
hyper = "*"
rustc-serialize = "*"