[package] authors = ["Dan Munckton "] name = "actix-todo" version = "0.1.0" workspace = ".." edition = "2018" [dependencies] actix-web = { git="https://github.com/actix/actix-web.git" } actix-files = { git="https://github.com/actix/actix-web.git" } actix-session = { git="https://github.com/actix/actix-web.git" } dotenv = "0.13.0" env_logger = "0.5.10" futures = "0.1.22" log = "0.4.3" serde = "1.0.69" serde_derive = "1.0.69" serde_json = "1.0.22" tera = "0.11.8" [dependencies.diesel] features = ["postgres", "r2d2"] version = "1.3.2"