aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"