fix: add authors to the chacha20_poly1305 crate
This commit is contained in:
parent
11ceadb242
commit
b17452b77a
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chacha20-poly1305"
|
name = "chacha20-poly1305"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
authors = ["Nick Johnson <nick@yonson.dev>", "Robert Netzke <rustaceanrob@protonmail.com>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD."
|
description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD."
|
||||||
|
|
Loading…
Reference in New Issue