aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d6777eb47e5a58afd5b0b3812339010c5f39bdbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "termcast"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
clap = "2"
futures = "0.1"
mio = "0.6"
snafu = { version = "0.4", features = ["futures-01"] }
tokio = "0.1"
uuid = { version = "0.7", features = ["v4"] }