[package] name = "static" version = "0.0.4" authors = ["Zach Pomerantz "] description = "Static file serving for Iron." repository = "https://github.com/iron/static" license = "MIT" [dependencies] iron = "*" mount = "*" time = "*" router = "*" log = "*" [dev-dependencies] iron-test = "*"