We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f991f40 commit 0cd2063Copy full SHA for 0cd2063
1 file changed
Cargo.toml
@@ -1,7 +1,11 @@
1
[package]
2
name = "ddtrace"
3
version = "0.0.1"
4
+authors = ["David Steiner <david_j_steiner@yahoo.co.nz", "Fergus Strangways-Dixon <fergusdixon101@gmail.com>"]
5
edition = "2021"
6
+license = "MIT"
7
+description = "utilities for integrating Datadog with tracing"
8
+readme = "README.md"
9
10
[features]
11
axum = ["dep:axum", "dep:axum-tracing-opentelemetry"]
0 commit comments