From 7fde11f615dbecc40e20c16891bb94ab0956c04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Tue, 13 Aug 2024 15:07:50 +0200 Subject: [PATCH] chore: repo added to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7b8b488..32503ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Michał Czyż "] edition = "2021" description = "A featureful Discord bot written in Rust." documentation = "https://github.com/eRgo35/lyra" +repository = "https://github.com/eRgo35/lyra" readme = "README.md" homepage = "https://lyra.c2yz.com" license-file = "LICENSE.md"