mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 20:50:22 +00:00
cabde30736
Bump up scx-utils version to provide the new scx_utils::TopologyMap. Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
23 lines
709 B
TOML
23 lines
709 B
TOML
[package]
|
|
name = "scx_rlfifo"
|
|
version = "0.0.2"
|
|
authors = ["Andrea Righi <andrea.righi@canonical.com>", "Canonical"]
|
|
edition = "2021"
|
|
description = "A simple FIFO scheduler in Rust that runs in user-space"
|
|
license = "GPL-2.0-only"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.65"
|
|
ctrlc = { version = "3.1", features = ["termination"] }
|
|
libbpf-rs = "0.23"
|
|
libc = "0.2.137"
|
|
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
|
|
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
|
|
|
|
[build-dependencies]
|
|
scx_utils = { path = "../../../rust/scx_utils", version = "0.8" }
|
|
scx_rustland_core = { path = "../../../rust/scx_rustland_core", version = "0.3" }
|
|
|
|
[features]
|
|
enable_backtrace = []
|