2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-15 13:22:17 +00:00
Files
redis/benchmarks/rust/echo_server_over_redis/Cargo.toml
2022-06-23 22:27:14 +02:00

12 lines
317 B
TOML

[package]
name = "echo_server_over_redis"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.16.1", features = ["full"] }
redis = { version = "0.21.5", features = ["tokio-comp"] }
futures = "0.3"