mirror of
https://github.com/PacktPublishing/Rust-High-Performance.git
synced 2026-01-25 02:34:19 +09:00
10 lines
159 B
TOML
10 lines
159 B
TOML
[package]
|
|
name = "example4"
|
|
version = "0.1.0"
|
|
authors = ["Razican <razican@protonmail.ch>"]
|
|
|
|
[dependencies]
|
|
tokio = "0.1.3"
|
|
tokio-io = "0.1.6"
|
|
bytes = "0.4.6"
|