We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9fe8 commit 87c6128Copy full SHA for 87c6128
2 files changed
crates/rustapi-jobs/Cargo.toml
@@ -10,6 +10,7 @@ documentation.workspace = true
10
keywords.workspace = true
11
categories.workspace = true
12
rust-version.workspace = true
13
+description = "Background job processing for RustAPI with Redis and Postgres backends"
14
15
[features]
16
default = []
crates/rustapi-testing/Cargo.toml
+description = "Testing utilities for RustAPI with matchers and expectations"
[dependencies]
tokio = { workspace = true, features = ["full"] }
0 commit comments