scx/Cargo.toml
Tejun Heo 56bb963136 build: Use a single top-level rust workspace
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.
2024-09-08 14:23:48 -10:00

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"