mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
The compat crate is moved to https://github.com/tokio-rs/tokio-compat. This allows pinning it to specific revisions of the Tokio git repository. The master branch is intended to go through significant churn and it will be easier to update the compat layer in batches.
14 lines
154 B
TOML
14 lines
154 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-tls",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"examples",
|
|
"tests-integration",
|
|
]
|