diff --git a/Cargo.toml b/Cargo.toml index 6b5d8fb..f51d01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Lightweight stream-based WebSocket implementation" categories = ["web-programming::websocket", "network-programming"] keywords = ["websocket", "io", "web"] authors = ["Alexey Galakhov", "Daniel Abramov"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" documentation = "https://docs.rs/tungstenite/0.17.3"