1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/async_data_factory/Cargo.toml
2020-06-22 21:16:25 +08:00

16 lines
437 B
TOML

[package]
name = "async_data_factory"
version = "0.1.0"
authors = ["fakeshadow <24548779@qq.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix-rt = "1.1.1"
actix-web = { version = "2.0.0" }
num_cpus = "1.13.0"
redis = { version = "0.16.0", default-features = false, features = ["tokio-rt-core"] }
# tang-rs is an object pool for test purpose
redis_tang = { git = "https://github.com/fakeshadow/tang_rs", branch = "atomic" }