diff --git a/chacha20_poly1305/Cargo.toml b/chacha20_poly1305/Cargo.toml index da5242bf9..710a1426b 100644 --- a/chacha20_poly1305/Cargo.toml +++ b/chacha20_poly1305/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "chacha20-poly1305" version = "0.1.1" +authors = ["Nick Johnson ", "Robert Netzke "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin/" description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD."