Modieifed Cargo.toml
This commit is contained in:
parent
7b5d0b0ad1
commit
2b0420cd2d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue