From d0a48e505e0d5abdf4c5ed55b5bb81fcadcee1e1 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 02:46:06 +0200 Subject: [PATCH] chore: cargo metadata --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4f4989e..1cd965c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,14 @@ [package] name = "codemp-proto" +description = "protocol definitions for codemp -- code multiplexer" +homepage = "https://codemp.dev" +authors = [ + "alemi ", + "zaaarf ", + "frelodev ", + "cschen " +] +license = "GPL-3.0-only" version = "0.7.0" edition = "2021"