mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
Merge pull request #629 from sched-ext/scx-rustland-core-fix-crate
scx_rustland_core: move includes back to the lib section
This commit is contained in:
commit
92b887c8e4
@ -6,11 +6,6 @@ authors = ["Andrea Righi <andrea.righi@linux.dev>"]
|
|||||||
license = "GPL-2.0-only"
|
license = "GPL-2.0-only"
|
||||||
repository = "https://github.com/sched-ext/scx"
|
repository = "https://github.com/sched-ext/scx"
|
||||||
description = "Framework to implement sched_ext schedulers running in user space"
|
description = "Framework to implement sched_ext schedulers running in user space"
|
||||||
include = [
|
|
||||||
"assets/bpf/intf.h",
|
|
||||||
"assets/bpf/main.bpf.c",
|
|
||||||
"assets/bpf.rs",
|
|
||||||
]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.65"
|
anyhow = "1.0.65"
|
||||||
@ -27,4 +22,9 @@ scx_utils = { path = "../scx_utils", version = "1.0.4" }
|
|||||||
[lib]
|
[lib]
|
||||||
name = "scx_rustland_core"
|
name = "scx_rustland_core"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
include = [
|
||||||
|
"assets/bpf/intf.h",
|
||||||
|
"assets/bpf/main.bpf.c",
|
||||||
|
"assets/bpf.rs",
|
||||||
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user