web3-proxy/redis-cell-client/Cargo.toml

10 lines
231 B
TOML
Raw Normal View History

[package]
2022-05-22 02:34:05 +03:00
name = "redis-cell-client"
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"] }