mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-02 13:57:11 +00:00
scx_stats: Adding missing license
tag in Cargo.toml's
This commit is contained in:
parent
47c774d011
commit
ec51c567fe
@ -1,9 +1,11 @@
|
||||
workspace = { members = ["scx_stats_derive"] }
|
||||
|
||||
[package]
|
||||
name = "scx_stats"
|
||||
version = "0.1.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"
|
||||
|
||||
|
@ -3,6 +3,7 @@ name = "scx_stats_derive"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Tejun Heo <tj@kernel.org>"]
|
||||
license = "GPL-2.0-only"
|
||||
repository = "https://github.com/sched-ext/scx"
|
||||
description = "Derive macro for scx_stats"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user