mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 03:20:24 +00:00
56bb963136
Rust build was using two separate workspaces - rust/ and scheds/rust. There's no reason to separate them and it makes doc generation tricky. Use single top level workspace so that we can drive all rust building from cargo.
14 lines
442 B
TOML
14 lines
442 B
TOML
[workspace]
|
|
members = ["rust/scx_stats",
|
|
"rust/scx_stats/scx_stats_derive",
|
|
"rust/scx_utils",
|
|
"rust/scx_rustland_core",
|
|
"rust/scx_loader",
|
|
"scheds/rust/scx_lavd",
|
|
"scheds/rust/scx_bpfland",
|
|
"scheds/rust/scx_rustland",
|
|
"scheds/rust/scx_rlfifo",
|
|
"scheds/rust/scx_rusty",
|
|
"scheds/rust/scx_layered"] # scx_mitosis temporarily excluded
|
|
resolver = "2"
|