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

[dependencies]
clap = "2"
protobuf = "2"
snafu = "0.4"
tokio = "0.1"

[build-dependencies]
protobuf-codegen-pure = "2"