Modieifed Cargo.toml

This commit is contained in:
Hannes 2021-05-13 17:54:38 +02:00
parent 7b5d0b0ad1
commit 2b0420cd2d

View file

@ -1,7 +1,14 @@
[package] [package]
name = "double-ratchet-2" 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" version = "0.1.1"
edition = "2018" edition = "2018"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html