From d3aeb1b6b6152fb059acd940692f3c05c8d9ca57 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 06:23:43 +0200 Subject: [PATCH] chore: add repository url to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1cd965c..63c37db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "codemp-proto" description = "protocol definitions for codemp -- code multiplexer" homepage = "https://codemp.dev" +repository = "https://github.com/hexedtech/codemp-proto" authors = [ "alemi ", "zaaarf ",