1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-24 17:06:37 +02:00
comprehensive-rust/Cargo.toml

12 lines
277 B
TOML
Raw Normal View History

[workspace]
members = [
2023-04-03 17:10:06 +02:00
"mdbook-exerciser",
"mdbook-course",
"src/exercises",
2023-03-16 20:07:58 +02:00
"src/bare-metal/useful-crates/allocator-example",
2023-03-16 17:32:31 +02:00
"src/bare-metal/useful-crates/zerocopy-example",
"src/exercises/concurrency/chat-async",
"third_party/cxx/blobstore",
]
resolver = "2"