Skip to content

Commit

Permalink
Merge pull request #629 from sched-ext/scx-rustland-core-fix-crate
Browse files Browse the repository at this point in the history
scx_rustland_core: move includes back to the lib section
  • Loading branch information
arighi authored Sep 7, 2024
2 parents 10c16cc + 1e26cb9 commit 92b887c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rust/scx_rustland_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ authors = ["Andrea Righi <[email protected]>"]
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"
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]
anyhow = "1.0.65"
Expand All @@ -27,4 +22,9 @@ scx_utils = { path = "../scx_utils", version = "1.0.4" }
[lib]
name = "scx_rustland_core"
path = "src/lib.rs"
include = [
"assets/bpf/intf.h",
"assets/bpf/main.bpf.c",
"assets/bpf.rs",
]

0 comments on commit 92b887c

Please sign in to comment.