From 008df994769a161b519ae04fd13638edc1c32758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 18 Apr 2024 21:44:34 +0300 Subject: [PATCH] Update Cargo.toml add respository --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d92298d..23d3373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "lightdock" version = "0.3.0" authors = ["Brian Jimenez Garcia "] edition = "2021" +repository = "https://github.com/lightdock/lightdock-rust" [dependencies] rand = "0.7.3"