From 4bf09bb7c03f303a198bf60506011eba3252d4f3 Mon Sep 17 00:00:00 2001 From: Mattia Penati Date: Sun, 19 Nov 2023 16:20:58 +0100 Subject: [PATCH] manifest updated --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a96f1cd..0448134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,11 @@ tracing-subscriber = "0.3" [package] name = "tower-otel" version = "0.1.0" -description = "OpenTelemetry layer for HTTP/gRPC services" +description = "OpenTelemetry tracing layer for HTTP/gRPC services" +keywords = ["opentelemetry", "tracing", "tower", "http", "grpc"] +homepage = "https://github.com/mattiapenati/tower-otel" +repository = "https://github.com/mattiapenati/tower-otel" +documentation = "https://docs.rs/tower-otel" edition.workspace = true authors.workspace = true license.workspace = true