1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-07 08:45:24 +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",
]