From e036f728b43ef897576b0163f2dfc25f32d933df Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 4 Sep 2022 01:34:04 +0200 Subject: [PATCH] added repo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2304203..c95af34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "A very simple zero-player fight simulator between groups of squares." authors = ["Matthieu JOLIMAITRE "] license = "MIT" +repository = "https://github.com/MajorBarnulf/pixel_fight" [dependencies] anyhow = "1.0.50"