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

22 lines
417 B
TOML
Raw Normal View History

2018-05-26 17:05:12 -04:00
[package]
name = "async_db"
version = "0.1.0"
authors = ["Darin Gordon <dkcdkg@gmail.com>"]
2019-03-06 11:51:05 -08:00
edition = "2018"
workspace = ".."
2018-05-26 17:05:12 -04:00
[dependencies]
2019-03-06 11:51:05 -08:00
actix-rt = "0.2"
actix-web = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
2018-07-16 12:36:53 +06:00
2018-05-26 17:05:12 -04:00
dotenv = "0.10"
env_logger = "0.5"
failure = "0.1.1"
futures = "0.1"
2019-03-05 22:16:42 -08:00
num_cpus = "1.10.0"
2018-05-26 17:05:12 -04:00
r2d2 = "0.8.2"
r2d2_sqlite = "0.5.0"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"