diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |