2022-05-21 23:40:22 +03:00
|
|
|
[package]
|
2022-05-22 02:34:05 +03:00
|
|
|
name = "redis-cell-client"
|
2022-05-21 23:40:22 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.57"
|
|
|
|
redis = { version = "0.21.5", features = ["aio", "tokio", "tokio-comp"] }
|