mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-26 04:30:23 +00:00
85a32a7b51
scx_rustland_core needs to ship both a binary part and a source code part, which will be used to build schedulers based on it. To effectively publish the scx_rustland_core crate on crates.io we need to properly separate the source code assets from the crate's main source code. To achieve this, move the assets into a separate directory and declare them inside a [lib] section in Cargo.toml. This allows to publish the crate on crates.io, providing also a clear separation between source code and assets. Signed-off-by: Andrea Righi <andrea.righi@canonical.com> |
||
---|---|---|
.. | ||
scx_rustland_core | ||
scx_utils | ||
meson.build |