aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-04-28 17:59:14 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-04-28 17:59:14 +0200
commit8c54e253451cc4c6578f86db25a057fbf702fd4b (patch)
tree77b16cb4423d816f0b2ee0e57cd9ded8f23d2c3a /Cargo.toml
parent13fb026842345a5aad0cb7788bf327e03b521222 (diff)
downloadleona-8c54e253451cc4c6578f86db25a057fbf702fd4b.tar.gz
leona-8c54e253451cc4c6578f86db25a057fbf702fd4b.tar.bz2
leona-8c54e253451cc4c6578f86db25a057fbf702fd4b.zip
add metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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"