scx/Cargo.toml
2024-10-25 11:25:12 +01:00

15 lines
512 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", "tests/scx_integration_test_framework", "tests/scx_layered_tests"]
resolver = "2"