From bebff5ed525bca16fce3acfb47a69223af7f6df1 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Thu, 6 Jun 2024 19:01:23 +0300 Subject: [PATCH] Add the repository field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 11e5ef1f..41d81ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ version = "2.0.19" edition = "2021" rust-version = "1.74" build = "build.rs" +repository = "https://github.com/HigherOrderCO/HVM" [lib] name = "hvm"