Skip to content

Commit 8175bf3

Browse files
committed
Add Cargo keywords
1 parent 86d0196 commit 8175bf3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ edition = "2021"
66
license = "MIT"
77
description = "utilities for integrating Datadog with tracing"
88
readme = "README.md"
9+
keywords = ["datadog", "tracing", "opentelemetry", "axum"]
10+
categories = ["web-programming"]
11+
exclude = [".pre-commit-config.yaml"]
912

1013
[features]
1114
axum = ["dep:axum", "dep:tokio", "dep:axum-tracing-opentelemetry"]

0 commit comments

Comments
 (0)