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 3b72cec commit a2f7c09Copy full SHA for a2f7c09
Cargo.toml
@@ -3,6 +3,12 @@ name = "axum-tracing-opentelemetry"
3
description = "Middlewares and tools to integrate axum + tracing + opentelemetry"
4
version = "0.2.0"
5
edition = "2021"
6
+readme = "README.md"
7
+license = "CC0-1.0"
8
+keywords = ["axum", "tracing", "opentelemetry"]
9
+categories = ["web-programming"]
10
+repository = "https://github.com/davidB/axum-tracing-opentelemetry"
11
+homepage = "https://github.com/davidB/axum-tracing-opentelemetry"
12
13
[dependencies]
14
axum = "0.5"
0 commit comments