mirror of
https://github.com/boostorg/redis.git
synced 2026-01-24 18:22:09 +00:00
10 lines
236 B
TOML
10 lines
236 B
TOML
[package]
|
|
name = "echo_server_direct"
|
|
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.0", features = ["full"] }
|