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"