random stuff

This commit is contained in:
Toshit Chawda 2024-09-08 22:45:52 -07:00
parent e7a81bf542
commit ed52af36e0
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 665 KiB

After

Width:  |  Height:  |  Size: 744 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 525 KiB

Before After
Before After

View file

@ -7,6 +7,8 @@ homepage = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp"
repository = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp" repository = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp"
readme = "README.md" readme = "README.md"
edition = "2021" edition = "2021"
keywords = ["websocket", "wisp", "multiplexor", "multiplexing", "stream"]
categories = ["network-programming", "asynchronous", "web-programming::websocket", "wasm"]
[dependencies] [dependencies]
async-trait = "0.1.81" async-trait = "0.1.81"