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

8 lines
163 B
TOML

[workspace]
members = [
"exerciser",
"src/exercises",
"src/bare-metal/useful-crates/allocator-example",
"src/bare-metal/useful-crates/zerocopy-example",
]