Skip to content

Commit 0cd2063

Browse files
committed
Add meta information to Cargo.toml
1 parent f991f40 commit 0cd2063

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "ddtrace"
33
version = "0.0.1"
4+
authors = ["David Steiner <david_j_steiner@yahoo.co.nz", "Fergus Strangways-Dixon <fergusdixon101@gmail.com>"]
45
edition = "2021"
6+
license = "MIT"
7+
description = "utilities for integrating Datadog with tracing"
8+
readme = "README.md"
59

610
[features]
711
axum = ["dep:axum", "dep:axum-tracing-opentelemetry"]

0 commit comments

Comments
 (0)