From 6acabb2562747ffac659cb1b468b8a8acd6b6448 Mon Sep 17 00:00:00 2001 From: SOFe Date: Sun, 13 Oct 2019 18:05:09 +0800 Subject: [PATCH] Add repository attribute to Cargo.toml (#493) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8722c6b..935afaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" homepage = "https://github.com/casey/just" +repository = "https://github.com/casey/just" readme = "crates-io-readme.md" edition = "2018"