From 2b0420cd2d9aee3fa706142538dd0ea9826d2b1e Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 13 May 2021 17:54:38 +0200 Subject: [PATCH] Modieifed Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 030ea21..bed4afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "double-ratchet-2" +authors = ["Hannes Furmans"] +description = "Implementation of Double Ratchet as specified by Signal." +homepage = "https://github.com/Decentrailzed-Communication-System/double-ratchet-2" +repository = "https://github.com/Decentrailzed-Communication-System/double-ratchet-2" +readme = "README.md" +keywords = ["double-ratchet", "crypto", "cryptography", "signal"] version = "0.1.1" edition = "2018" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html