[package] name = "pair_stack" version = "0.1.0" authors = ["Sam Blumire "] license = "MIT" repository = "https://github.com/SDBlumire/pair-stack" homepage = "https://github.com/SDBlumire/pair-stack" description = """ A library for constructing Postgres+Angular+Iron+Rust web applications easily """ [dependencies] iron = "*" persistent = "*" hyper = "*" postgres = "*" r2d2 = "*" r2d2_postgres = "*" router = "*" staticfile = "*" mount = "*"