mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 20:50:22 +00:00
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"
|