[package] name = "diesel-helper" version = "0.0.1" authors = ["hikelee "] license = "MIT" edition = "2018" repository = "https://github.com/hikelee/diesel-helper" homepage = "https://github.com/hikelee/diesel-helper" description = """ Deisel Helper """ [dependencies] diesel = { version = "1.4", features = ["r2d2", "chrono", "postgres"] } serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" log = "0.4" dotenv = "0.15" lazy_static = "1.4" chrono="0.4"