Cargo.toml: Cleanup description and keywords

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/7/head
Alexey Galakhov 8 years ago
parent fcfa59c912
commit 6dcaec44d5
  1. 8
      Cargo.toml

@ -1,7 +1,13 @@
[package]
name = "tungstenite"
version = "0.1.0"
description = "Lightweight stream-based WebSocket implementation"
categories = ["Web programming", "Network programming"]
keywords = ["websocket", "io", "web"]
authors = ["Alexey Galakhov"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/snapview/tungstenite-rs"
version = "0.1.0"
[features]
default = ["tls"]

Loading…
Cancel
Save