fix: add authors to the chacha20_poly1305 crate

This commit is contained in:
Nick Johnson 2025-05-14 13:30:22 -07:00
parent 11ceadb242
commit b17452b77a
No known key found for this signature in database
GPG Key ID: 97B34267D0DBC8BF
1 changed files with 1 additions and 0 deletions

View File

@ -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."