Skip to content

Commit

Permalink
Add api and sdk crate descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher committed Sep 12, 2022
1 parent 2e1de57 commit fb2b637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opentelemetry-api/Cargo.toml
@@ -1,6 +1,10 @@
[package]
name = "opentelemetry-api"
version = "0.18.0"
description = "OpenTelemetry is a metrics collection and distributed tracing framework"
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
repository = "https://github.com/open-telemetry/opentelemetry-rust"
readme = "README.md"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
Expand Down
4 changes: 4 additions & 0 deletions opentelemetry-sdk/Cargo.toml
@@ -1,6 +1,10 @@
[package]
name = "opentelemetry-sdk"
version = "0.18.0"
description = "The SDK for the OpenTelemetry metrics collection and distributed tracing framework"
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
repository = "https://github.com/open-telemetry/opentelemetry-rust"
readme = "README.md"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit fb2b637

Please sign in to comment.