ouichat/Cargo.toml

11 lines
180 B
TOML
Raw Normal View History

2020-11-18 05:17:34 +00:00
[package]
name = "ouichat"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[dependencies]
anyhow = "1.0.34"
structopt = "0.3.20"
termion = "1.5.5"