Skip to content

Commit 12bed77

Browse files
committed
Add maintenance badge to each sub-crates
Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent a7b62a8 commit 12bed77

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

agent/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "actively-developed" }
11+
912
[features]
1013
default = ["tokio-uring"]
1114

client/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "deprecated" }
11+
912
[dependencies]
1013
anyhow.workspace = true
1114
clap = { workspace = true, features = ["cargo", "derive"] }

crypto-auditing/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "actively-developed" }
11+
912
[dependencies]
1013
futures.workspace = true
1114
libc.workspace = true

event-broker/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "deprecated" }
11+
912
[features]
1013
default = ["libsystemd"]
1114

log-parser/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "actively-developed" }
11+
912
[dependencies]
1013
anyhow.workspace = true
1114
clap = { workspace = true, features=["derive", "cargo"] }

monitor/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
88

9+
[badges]
10+
maintenance = { status = "actively-developed" }
11+
912
[dependencies]
1013
anyhow.workspace = true
1114
clap = { workspace = true, features = ["cargo", "derive"] }

0 commit comments

Comments
 (0)