From 1e279807c123acd3c066e0db49fffa0cf62ce2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 14:30:31 +0300 Subject: [PATCH] Add the repository field to Cargo.toml --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f858065..b87f70f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "A cross-language, common API YAML reference framework" license = "MIT" readme = "ReadMe.md" +repository = "https://github.com/yaml/yamlstar" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html