scx_stats: Add package metadata

This commit is contained in:
Tejun Heo 2024-08-15 11:08:42 -10:00
parent cc73b6a826
commit 616285baa8
4 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,9 @@ workspace = { members = ["scx_stats_derive"] }
name = "scx_stats"
version = "0.1.0"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
repository = "https://github.com/sched-ext/scx"
description = "Statistics transport library for sched_ext schedulers"
[dependencies]
anyhow = "1.0"

1
rust/scx_stats/LICENSE Symbolic link
View File

@ -0,0 +1 @@
../../LICENSE

View File

@ -2,6 +2,9 @@
name = "scx_stats_derive"
version = "0.1.0"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
repository = "https://github.com/sched-ext/scx"
description = "Derive macro for scx_stats"
[lib]
proc-macro = true

View File

@ -0,0 +1 @@
../../../LICENSE