From 0f566fceb7cf0aeb916a17379397874afc712b8b Mon Sep 17 00:00:00 2001 From: Rasmus Rendal Date: Wed, 10 Sep 2025 12:59:00 +0200 Subject: [PATCH] doc: Include link to source code repository in Cargo.toml This'll make the link appear on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d112f22..d1f17bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ name = "rust-telemetry" version = "1.0.0" authors = [] edition = "2024" +repository = "https://github.com/famedly/rust-telemetry" resolver = "2" license = "Apache-2.0" description = "Observability helpers originally developed for internal use at Famedly"