From 42dbd0c3b8ac950515bae28a8e124bb2a19c1b57 Mon Sep 17 00:00:00 2001 From: Kyle Sabo Date: Tue, 10 Sep 2024 18:18:17 -0700 Subject: [PATCH] Add description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c694e67..9cbe7eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" repository = "https://github.com/microsoft/tracing-etw" rust-version = "1.78" authors = ["Kyle Sabo", "Microsoft"] +description = "ETW or Linux user_events output for tokio-tracing" [lib] crate-type = ["rlib"]