From e5cb681390c534869f78473772369ee0737fb716 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Fri, 6 May 2022 16:23:17 +0000 Subject: [PATCH] cargo: add repository URL This adds the github repository URL to cargo metadata, in order to directly link to it from crates.io. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index aa7f60c..28298e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" description = "Canonical JSON serializer" license = "MIT" readme = "readme.md" +repository = "https://github.com/engineerd/cjson" [dependencies] itoa = "0.4.3"