From ed52af36e04261b9ce3cde1612e8ef302cb22465 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Sun, 8 Sep 2024 22:45:52 -0700 Subject: [PATCH] random stuff --- server/flamegraph.svg | 4 ++-- simple-wisp-client/flamegraph.svg | 4 ++-- wisp/Cargo.toml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) 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"