From 9d67240cab1de4bb4853d992cd4aed832350ac7e Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 7 Aug 2020 18:40:13 +0200 Subject: [PATCH] cargo: add author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f38ee1f..286dad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tungstenite" description = "Lightweight stream-based WebSocket implementation" categories = ["web-programming::websocket", "network-programming"] keywords = ["websocket", "io", "web"] -authors = ["Alexey Galakhov"] +authors = ["Alexey Galakhov", "Daniel Abramov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs"