mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
8 lines
122 B
TOML
8 lines
122 B
TOML
[workspace]
|
|
members = [
|
|
"library/alloc",
|
|
"library/core",
|
|
"library/proc_macro",
|
|
"library/std",
|
|
"library/test",
|
|
]
|