mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-29 06:00:23 +00:00
24 lines
599 B
TOML
24 lines
599 B
TOML
workspace = { members = ["scx_stats_derive"] }
|
|
|
|
[package]
|
|
name = "scx_stats"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
authors = ["Tejun Heo <tj@kernel.org>"]
|
|
license = "GPL-2.0-only"
|
|
repository = "https://github.com/sched-ext/scx"
|
|
description = "Statistics transport library for sched_ext schedulers"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.65"
|
|
libc = "0.2.137"
|
|
log = "0.4.17"
|
|
quote = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
syn = { version = "2.0", features = ["extra-traits", "full"] }
|
|
|
|
[dev-dependencies]
|
|
scx_stats_derive = { path = "scx_stats_derive" }
|
|
simple_logger = "5.0"
|