From 044ebb845662f924ead227e467a5f076f40aa4ff Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 8 Jan 2024 14:33:20 +0100 Subject: [PATCH] Add repository and other fields to manifest --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1849375..4c13b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,16 @@ name = "bls12_381-bls" version = "0.1.0" edition = "2021" +readme = "README.md" +repository = "https://github.com/dusk-network/bls12_381-bls" description = "Implementation of BLS signatures using the BLS12-381 curve" +keywords = ["cryptography", "bls", "bls12_381", "signatures"] +categories =["algorithms", "cryptography", "mathematics"] +exclude = [ + ".gitignore", + "Cargo.lock", + ".github/" +] license = "MPL-2.0" [dependencies]