[package] name = "chatty" version = "0.1.0" authors = ["an7e "] edition = "2018" license = "MIT" description = "A Chat Server written in Rust" keywords = ["websocket", "io", "web", "chat"] categories = ["web-programming::websocket", "network-programming", "asynchronous", "concurrency"] homepage = "https://github.com/an7e/chatty" documentation = "https://docs.rs/chatty" repository = "https://github.com/an7e/chatty" readme = "README.md" [dependencies]