From c67d194a1d5f1a3f68461692d64d6a643522bee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 10 May 2024 15:25:16 +0300 Subject: [PATCH 1/2] add repository Cargo.toml --- toml-config/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/toml-config/Cargo.toml b/toml-config/Cargo.toml index fec5521b..58376052 100644 --- a/toml-config/Cargo.toml +++ b/toml-config/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.0" edition = "2021" license = "GPL-3.0-only" description = "Internal dependency of the Jay compositor" +repository = "https://github.com/mahkoh/jay" [lib] crate-type = ["lib", "cdylib"] From 25a2714cd687a2423574cad67e44019e0a7d5233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 10 May 2024 15:26:08 +0300 Subject: [PATCH 2/2] add repository Cargo.toml --- algorithms/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms/Cargo.toml b/algorithms/Cargo.toml index 3bb8f64f..f720c573 100644 --- a/algorithms/Cargo.toml +++ b/algorithms/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" license = "GPL-3.0-only" description = "Internal dependency of the Jay compositor" +repository = "https://github.com/mahkoh/jay" [dependencies] smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }