tokio/Cargo.toml
Blas Rodriguez Irizar e01391351b
Add stress test (#3222)
Created a simple echo TCP server that on two different runtimes that is
called from a GitHub action using Valgrind to ensure that there are
no memory leaks.

Fixes: #3022
2020-12-07 21:12:22 -08:00

16 lines
186 B
TOML

[workspace]
members = [
"tokio",
"tokio-macros",
"tokio-test",
"tokio-util",
# Internal
"benches",
"examples",
"stress-test",
"tests-build",
"tests-integration",
]