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

13 lines
319 B
TOML
Raw Normal View History

2020-06-22 15:16:25 +02:00
[package]
name = "async_data_factory"
version = "0.1.0"
authors = ["fakeshadow <24548779@qq.com>"]
edition = "2018"
[dependencies]
2020-09-12 17:49:45 +02:00
actix-web = "3"
num_cpus = "1.13"
2020-06-22 15:16:25 +02:00
redis = { version = "0.16.0", default-features = false, features = ["tokio-rt-core"] }
# redis_tang is an redis pool for test purpose
2020-09-12 17:49:45 +02:00
redis_tang = "0.1"