From 34e64366e6b3aaf12e3ff1b5705fbdf241384306 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 2 Mar 2022 17:14:25 -0500 Subject: [PATCH] add repo to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 97c2f6e..fc880c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" build = "build.rs" license = "AGPL-3.0" +repository = "https://github.com/Titaniumtown/integral_site" [lib] crate-type=["cdylib"]