forked from sched-ext/scx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scx_rustland_core: separate crate source code from assets
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>
- Loading branch information
Andrea Righi
committed
Apr 4, 2024
1 parent
163e96d
commit 85a32a7
Showing
5 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters