static 0.0.4

Static file serving for Iron.
[package]

name = "static"
version = "0.0.4"
authors = ["Zach Pomerantz <zmp@umich.edu>"]
description = "Static file serving for Iron."
repository = "https://github.com/iron/static"
license = "MIT"

[dependencies]
iron = "*"
mount = "*"
time = "*"
router = "*"
log = "*"

[dev-dependencies]
iron-test = "*"