mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-02 13:57:11 +00:00
24 lines
442 B
TOML
24 lines
442 B
TOML
[package]
|
|
name = "scx_utils"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
authors = ["Tejun Heo <tj@kernel.org>"]
|
|
license = "GPL-2.0"
|
|
repository = "https://github.com/sched-ext/scx"
|
|
description = "Utilities for sched_ext schedulers"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bindgen = "0.69"
|
|
glob = "0.3"
|
|
lazy_static = "1.4"
|
|
libbpf-cargo = "0.21"
|
|
regex = "1.10"
|
|
sscanf = "0.4"
|
|
tar = "0.4"
|
|
version-compare = "0.1"
|
|
|
|
[build-dependencies]
|
|
tar = "0.4"
|
|
walkdir = "2.4"
|