diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-04-28 17:59:14 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-04-28 17:59:14 +0200 |
| commit | 8c54e253451cc4c6578f86db25a057fbf702fd4b (patch) | |
| tree | 77b16cb4423d816f0b2ee0e57cd9ded8f23d2c3a /Cargo.toml | |
| parent | 13fb026842345a5aad0cb7788bf327e03b521222 (diff) | |
| download | leona-8c54e253451cc4c6578f86db25a057fbf702fd4b.tar.gz leona-8c54e253451cc4c6578f86db25a057fbf702fd4b.tar.bz2 leona-8c54e253451cc4c6578f86db25a057fbf702fd4b.zip | |
add metadata
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
