From fdaddffe8de0256bae8ab721a7ec60d5eedc0ec7 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Mon, 18 Mar 2024 14:21:56 -0400 Subject: [PATCH] Add repository, license, and description to picomux and sillad Cargo.toml files --- libraries/picomux/Cargo.toml | 3 +++ libraries/sillad/Cargo.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libraries/picomux/Cargo.toml b/libraries/picomux/Cargo.toml index 4438fc56..c9ff0119 100644 --- a/libraries/picomux/Cargo.toml +++ b/libraries/picomux/Cargo.toml @@ -2,6 +2,9 @@ name = "picomux" version = "0.1.0" edition = "2021" +repository = "https://github.com/geph-official/geph5" +license="ISC" +description="A " # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libraries/sillad/Cargo.toml b/libraries/sillad/Cargo.toml index e4c8f1c9..a414be28 100644 --- a/libraries/sillad/Cargo.toml +++ b/libraries/sillad/Cargo.toml @@ -2,6 +2,9 @@ name = "sillad" version = "0.1.0" edition = "2021" +repository = "https://github.com/geph-official/geph5" +license="ISC" +description="A framework for talking about TCP-like dialers and listeners, within the futures-io ecosystem" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html