From ccebb485a85688855ff44f509c6fa224147c13f3 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 28 Nov 2023 16:54:46 +0100 Subject: more metadata in Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e4a9be6..5b91a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "hohibe" version = "0.1.0" edition = "2021" license = "LGPL-3.0-or-later" +readme = "README.md" +description = "Hierarchical Identity Based Encryption (HIBE) for Rust" +categories = ["mathematics", "cryptography"] +repository = "https://codeberg.org/dunj3/hohibe" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3