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