mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
15 lines
279 B
TOML
15 lines
279 B
TOML
[package]
|
|
name = "actix_redis"
|
|
version = "1.0.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix = "0.10"
|
|
actix-web = "3"
|
|
actix-redis = "0.9"
|
|
futures = "0.3"
|
|
redis-async = "0.6.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
env_logger = "0.7"
|