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"