[package] name = "wsbps" description = "Websocket Binary Packet System" version = "0.2.0" authors = ["Jacobtread "] license = "MIT" repository="https://github.com/jacobtread/wsbps-rust" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.30" byteorder = "1.4.3"