mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
scx_stats: Add package metadata
This commit is contained in:
parent
cc73b6a826
commit
616285baa8
@ -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
1
rust/scx_stats/LICENSE
Symbolic link
@ -0,0 +1 @@
|
||||
../../LICENSE
|
@ -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
|
||||
|
1
rust/scx_stats/scx_stats_derive/LICENSE
Symbolic link
1
rust/scx_stats/scx_stats_derive/LICENSE
Symbolic link
@ -0,0 +1 @@
|
||||
../../../LICENSE
|
Loading…
Reference in New Issue
Block a user