scx_stats: Adding missing license tag in Cargo.toml's

This commit is contained in:
Tejun Heo 2024-08-15 12:23:46 -10:00
parent 47c774d011
commit ec51c567fe
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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"