chell 0.1.0

For now, a basic chat app. See README.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.1", features = ["derive"] }
tokio = "1.19.2"