diff --git a/Cargo.toml b/Cargo.toml index 3038ce6..5955591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "irc" version = "0.12.0" description = "A simple, thread-safe, and async-friendly IRC client library." -authors = ["Aaron Weiss "] +authors = ["Aaron Weiss "] license = "MPL-2.0" keywords = ["irc", "client", "thread-safe", "async", "tokio"] documentation = "https://docs.rs/irc/"