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

[dependencies]
grpc = "0.6"

[build-dependencies]
protoc-rust-grpc = "0.6"