Skip to content

Commit

Permalink
add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed May 7, 2022
1 parent b091669 commit bdc1f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "lightws"
version = "0.6.3"
version = "0.6.4"
authors = ["zephyr <[email protected]>"]
description = "Lightweight websocket implement for stream transmission."
repository = "https://github.com/zephyrchien/lightws"
readme = "README.md"
documentation = "https://docs.rs/lightws"
keywords = ["websocket", "network", "proxy"]
keywords = ["websocket", "network", "stream", "async"]
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![feature(future_poll_fn)]
#![feature(specialization)]

//! Lightweight websocket implement for proxy tools.
//! Lightweight websocket implement for stream transmission.
//!
//! ## Features
//!
Expand Down

0 comments on commit bdc1f16

Please sign in to comment.