1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/r2d2/Cargo.toml
2019-03-26 06:29:00 +03:00

19 lines
360 B
TOML

[package]
name = "r2d2-example"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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"