From fb42f4b784d537e6a94e4bd009dccafc957d4c6a Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Wed, 24 Jul 2024 06:56:11 +0200 Subject: [PATCH 1/2] Add metadata to openmls_test crate --- openmls_test/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openmls_test/Cargo.toml b/openmls_test/Cargo.toml index 42b995bda..13b963bc5 100644 --- a/openmls_test/Cargo.toml +++ b/openmls_test/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "openmls_test" version = "0.1.0-pre.1" +authors = ["OpenMLS Authors"] edition = "2021" -authors = ["Franziskus Kiefer "] +description = "Test utility used by OpenMLS" +license = "MIT" +documentation = "https://docs.rs/openmls_test" +repository = "https://github.com/openmls/openmls/tree/main/openmls_test" +readme = "README.md" [lib] proc-macro = true From 5cf547f0233c8f4c7bf78734a45622a624a86518 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Wed, 24 Jul 2024 08:32:22 +0200 Subject: [PATCH 2/2] Update openmls_test/Cargo.toml Co-authored-by: Jan Winkelmann <146678+keks@users.noreply.github.com> --- openmls_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmls_test/Cargo.toml b/openmls_test/Cargo.toml index 13b963bc5..90c87021c 100644 --- a/openmls_test/Cargo.toml +++ b/openmls_test/Cargo.toml @@ -7,7 +7,7 @@ description = "Test utility used by OpenMLS" license = "MIT" documentation = "https://docs.rs/openmls_test" repository = "https://github.com/openmls/openmls/tree/main/openmls_test" -readme = "README.md" +readme = "Readme.md" [lib] proc-macro = true