[package] name = "bot-database" version = "0.1.0" authors = ["trivernis "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = "0.15.0" chrono = "0.4.19" thiserror = "1.0.24" diesel = {version="1.4.6", features=["postgres", "r2d2", "chrono"]} log = "0.4.14" diesel_migrations = "1.4.0" r2d2 = "0.8.9" tokio-diesel = {git = "https://github.com/Trivernis/tokio-diesel"}