From 209aff0fb7b7b98282ae62c45aa541c629940188 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Fri, 24 Feb 2023 10:11:32 +0100 Subject: [PATCH] add more metadata to Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b5e5e9..df19588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "rosenpass" version = "0.1.0" -authors = ["Karolin Varner "] +authors = ["Karolin Varner ", "wucke13 "] edition = "2021" license = "MIT OR Apache-2.0" +homepage = "https://rosenpass.eu/" +repository = "https://github.com/rosenpass/rosenpass" [[bench]] name = "handshake"