scx-upstream/Cargo.toml
Dan Schatzberg 347147b10d mitosis: fix build
Minimal changes to make sure scx_mitosis can build with the latest scx
changes.

Signed-off-by: Dan Schatzberg <schatzberg.dan@gmail.com>
2024-10-09 08:30:15 -07:00

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"