From 0dc13b527fae34358a6103a6577d6a26638c8835 Mon Sep 17 00:00:00 2001 From: Naja Melan Date: Tue, 1 Mar 2022 15:32:44 +0000 Subject: [PATCH] Add repository link to Cargo.toml This allows people to find the repository from crates.io or docs.rs. Especially as it isn't hosted at the author's github account. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b2d0e93..e0ad530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "jtd-infer" description = "Generate JSON Typedef schemas from example data" +repository = "https://github.com/jsontypedef/json-typedef-infer" version = "0.2.1" license = "MIT" authors = ["Ulysse Carion "]