1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/database_interactions/redis/Cargo.toml

15 lines
279 B
TOML
Raw Normal View History

2018-08-11 12:58:29 +02:00
[package]
name = "actix_redis"
2019-12-16 06:23:36 +01:00
version = "1.0.0"
2018-08-11 12:58:29 +02:00
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-29 21:43:03 +01:00
edition = "2018"
2018-08-11 12:58:29 +02:00
[dependencies]
2020-09-12 17:49:45 +02:00
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.8"