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

21 lines
385 B
TOML
Raw Normal View History

2018-05-26 23:05:12 +02:00
[package]
name = "async_db"
version = "0.1.0"
authors = ["Darin Gordon <dkcdkg@gmail.com>"]
[dependencies]
2018-07-16 08:36:53 +02:00
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
2018-05-26 23:05:12 +02:00
dotenv = "0.10"
env_logger = "0.5"
failure = "0.1.1"
futures = "0.1"
num_cpus = "1.8.0"
r2d2 = "0.8.2"
r2d2_sqlite = "0.5.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"