mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
16 lines
312 B
TOML
16 lines
312 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"
|
|
actix-redis = "0.8.0"
|
|
futures = "0.3.1"
|
|
redis-async = "0.6.1"
|
|
serde = { version = "1.0.71", features = ["derive"] }
|
|
env_logger = "0.6"
|