[package]
name = "chell"
version = "0.1.0"
edition = "2021"
description = "For now, a basic chat app. See README."
repository = "https://github.com/nobodyawesomer/chell"
license = "MIT"
[dependencies]
clap = { version = "3.2.1", features = ["derive"] }
tokio = "1.19.2"