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

- Move `tokio` into its own directory. - Remove `path` dependencies. - Run tests with once with crates.io dep and once with patched dep.
24 lines
370 B
TOML
24 lines
370 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-async-await",
|
|
"tokio-buf",
|
|
"tokio-codec",
|
|
"tokio-current-thread",
|
|
"tokio-executor",
|
|
"tokio-fs",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-signal",
|
|
"tokio-sync",
|
|
"tokio-threadpool",
|
|
"tokio-timer",
|
|
"tokio-tcp",
|
|
"tokio-tls",
|
|
"tokio-trace",
|
|
"tokio-trace/tokio-trace-core",
|
|
"tokio-udp",
|
|
"tokio-uds",
|
|
]
|