diff --git a/server/flamegraph.svg b/server/flamegraph.svg index e6cd355..9a4b6f0 100644 --- a/server/flamegraph.svg +++ b/server/flamegraph.svg @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/simple-wisp-client/flamegraph.svg b/simple-wisp-client/flamegraph.svg index b98e6f6..326ccae 100644 --- a/simple-wisp-client/flamegraph.svg +++ b/simple-wisp-client/flamegraph.svg @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/wisp/Cargo.toml b/wisp/Cargo.toml index f996abb..4e70af4 100644 --- a/wisp/Cargo.toml +++ b/wisp/Cargo.toml @@ -7,6 +7,8 @@ homepage = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp" repository = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp" readme = "README.md" edition = "2021" +keywords = ["websocket", "wisp", "multiplexor", "multiplexing", "stream"] +categories = ["network-programming", "asynchronous", "web-programming::websocket", "wasm"] [dependencies] async-trait = "0.1.81"