mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-24 03:40:23 +00:00
347147b10d
Minimal changes to make sure scx_mitosis can build with the latest scx changes. Signed-off-by: Dan Schatzberg <schatzberg.dan@gmail.com>
15 lines
445 B
TOML
15 lines
445 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",
|
|
"scheds/rust/scx_mitosis"]
|
|
resolver = "2"
|