[package] authors = ["whoiscc "] license = "MIT" description = "Stateless logless chat platform" homepage = "https://github.com/whoiscc/coo1" repository = "https://github.com/whoiscc/coo1" edition = "2018" name = "coo1" version = "0.1.0" [dependencies] warp = "0.2.5" tokio = { version = "0.2.22", features = ["full"] } futures = "0.3.5" pretty_env_logger = "0.4.0"