minhcord/Cargo.toml
minhtrannhat 287284ef0e
Feat: Echo TCP server
- Each message sent by a TCP client will be bounced back to them.
- Support multiple clients
2022-01-19 16:09:35 -05:00

10 lines
230 B
TOML

[package]
name = "minh_cord"
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.15.0", features = ["full"] }