From f9b1fef76fc9b076ddad13b82b747389433d0d29 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 20 Jul 2023 20:34:44 +0400 Subject: [PATCH] chore: specify repo URL --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 989b65a..43df72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "calloop-wayland-source" description = "A wayland-rs client event source for callloop" +repository = "https://github.com/smithay/calloop-wayland-source" version = "0.1.0" edition = "2021" authors = ["Kirill Chibisov "]