mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00

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
16 lines
186 B
TOML
16 lines
186 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"stress-test",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|