summaryrefslogtreecommitdiff
path: root/libs/proto/Cargo.toml
blob: 901249d21e276d674a277a5ebfe5c1db5644615a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "proto"
version = "0.1.0"
edition = "2018"

[dependencies]
tonic = "0.8.3"
prost = "0.11.5"

[build-dependencies]
tonic-build = "0.8.4"
glob = "0.3.0"