[package] name = "r2d2-example" version = "0.1.0" authors = ["Nikolay Kim "] edition = "2018" workspace = "../" [dependencies] actix-rt = "0.2" actix-web = { git="https://github.com/actix/actix-web.git" } futures = "0.1" env_logger = "0.6" uuid = { version = "0.7", features = ["v4"] } r2d2 = "0.8" r2d2_sqlite = "0.8" rusqlite = "0.16"