mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
16 lines
437 B
TOML
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" }
|