1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/redis/Cargo.toml
2019-12-20 22:30:26 +06:00

17 lines
302 B
TOML

[package]
name = "actix_redis"
version = "1.0.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
[dependencies]
actix = "0.9.0"
actix-rt = "1.0.0"
actix-web = "2.0.0-rc"
actix-redis = "0.8.0"
futures = "0.3.1"
redis-async = "0.6.1"
serde = "1.0.71"
serde_derive = "1.0.71"
env_logger = "0.6"