From 8c54e253451cc4c6578f86db25a057fbf702fd4b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 28 Apr 2026 17:59:14 +0200 Subject: add metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index be8372f..535fdc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "leona" version = "0.1.0" edition = "2024" +license = "MIT" +description = "LIONESS cipher construction" +readme = "README.md" +repository = "https://codeberg.org/dunj3/leona" +keywords = ["lioness", "encryption", "cipher"] +categories = ["algorithms", "cryptography"] [dependencies] blake2 = "0.11.0-rc.6" -- cgit v1.2.3