[package] name = "diesel-rocket-pg" version = "0.1.0" edition = "2021" authors = [ "Felix Hensel" ] license = "MIT" description = "A wrapper to use PostgreSQL with Diesel and rocket" homepage = "https://crates.io/crates/diesel-rocket-pg" repository = "https://github.com/felix1507/diesel-rocket-pg/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diesel = { version = "2.0.3", features = ["r2d2", "postgres"] } r2d2 = "0.8.10" tokio = { version = "1.25.0", features = ["rt"] }