mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
17 lines
348 B
TOML
17 lines
348 B
TOML
[package]
|
|
name = "actix_redis"
|
|
version = "0.1.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2018"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
actix = "0.8.1"
|
|
actix-web = "1.0.0-beta.4"
|
|
actix-redis = { git="https://github.com/actix/actix-redis.git" }
|
|
futures = "0.1.23"
|
|
redis-async = "0.4.0"
|
|
serde = "1.0.71"
|
|
serde_derive = "1.0.71"
|
|
env_logger = "0.6"
|