mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-26 01:30:22 +02:00
caeabdae3e
* beginnings of an async chat exercise * really basic solution * format
9 lines
212 B
TOML
9 lines
212 B
TOML
[workspace]
|
|
members = [
|
|
"mdbook-exerciser",
|
|
"src/exercises",
|
|
"src/bare-metal/useful-crates/allocator-example",
|
|
"src/bare-metal/useful-crates/zerocopy-example",
|
|
"src/exercises/concurrency/chat-async",
|
|
]
|