[package] name = "repos" version = "0.1.8" authors = ["Hike Li "] description = "postgres repository implementation." repository = "https://github.com/hikelee/repos" license = "MIT" [lib] name = "repos" path = "src/lib.rs" #[[bin]] #doc=false #name= "app" #path="src/main.rs" [dependencies] postgres={version = "0.11"} rustc-serialize = "0.3" lazy_static = "0.1.*" log="0.3" r2d2_postgres="0.10" r2d2="0.7"