Skip to content

Commit 87c6128

Browse files
committed
Add descriptions to rustapi-jobs and rustapi-testing crates
Added the 'description' field to Cargo.toml for both rustapi-jobs and rustapi-testing crates to provide clearer crate metadata.
1 parent 39e9fe8 commit 87c6128

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

crates/rustapi-jobs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ documentation.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
1212
rust-version.workspace = true
13+
description = "Background job processing for RustAPI with Redis and Postgres backends"
1314

1415
[features]
1516
default = []

crates/rustapi-testing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ documentation.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
1212
rust-version.workspace = true
13+
description = "Testing utilities for RustAPI with matchers and expectations"
1314

1415
[dependencies]
1516
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)