diff --git a/Cargo.toml b/Cargo.toml index 7e2d920..3abe6d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "zeromq" version = "0.4.1" -authors = ["Alexei Kornienko "] +authors = [ + "Alexei Kornienko ", + "Ryan Butler ", + "Kyle Kelley ", +] edition = "2021" description = "A native Rust implementation of ZeroMQ" license = "MIT"