From 616285baa8a2efe6bbd98a555b8920bba3aa09e6 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Thu, 15 Aug 2024 11:08:42 -1000 Subject: [PATCH] scx_stats: Add package metadata --- rust/scx_stats/Cargo.toml | 3 +++ rust/scx_stats/LICENSE | 1 + rust/scx_stats/scx_stats_derive/Cargo.toml | 3 +++ rust/scx_stats/scx_stats_derive/LICENSE | 1 + 4 files changed, 8 insertions(+) create mode 120000 rust/scx_stats/LICENSE create mode 120000 rust/scx_stats/scx_stats_derive/LICENSE diff --git a/rust/scx_stats/Cargo.toml b/rust/scx_stats/Cargo.toml index 2dc2de2..928867e 100644 --- a/rust/scx_stats/Cargo.toml +++ b/rust/scx_stats/Cargo.toml @@ -3,6 +3,9 @@ workspace = { members = ["scx_stats_derive"] } name = "scx_stats" version = "0.1.0" edition = "2021" +authors = ["Tejun Heo "] +repository = "https://github.com/sched-ext/scx" +description = "Statistics transport library for sched_ext schedulers" [dependencies] anyhow = "1.0" diff --git a/rust/scx_stats/LICENSE b/rust/scx_stats/LICENSE new file mode 120000 index 0000000..30cff74 --- /dev/null +++ b/rust/scx_stats/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/rust/scx_stats/scx_stats_derive/Cargo.toml b/rust/scx_stats/scx_stats_derive/Cargo.toml index ef4016e..3ffe1a5 100644 --- a/rust/scx_stats/scx_stats_derive/Cargo.toml +++ b/rust/scx_stats/scx_stats_derive/Cargo.toml @@ -2,6 +2,9 @@ name = "scx_stats_derive" version = "0.1.0" edition = "2021" +authors = ["Tejun Heo "] +repository = "https://github.com/sched-ext/scx" +description = "Derive macro for scx_stats" [lib] proc-macro = true diff --git a/rust/scx_stats/scx_stats_derive/LICENSE b/rust/scx_stats/scx_stats_derive/LICENSE new file mode 120000 index 0000000..5853aae --- /dev/null +++ b/rust/scx_stats/scx_stats_derive/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file