wynd 0.1.1

An attempt to make a websocket server in rust
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-tungstenite]
version = "0.15"

[lib]
name = "wynd"
path = "src/lib.rs"

[package]
authors = ["guru901"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An attempt to make a websocket server in rust"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "wynd"
readme = "README.md"
repository = "https://github.com/guru901/wynd"
version = "0.1.1"