1[package]
2authors = ["Danny Hua <[email protected]>"]
3edition = "2021"
4license = "MIT"
5name = "my_application"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10prost = "0.13"
11tonic = {path = "../../../tonic"}
12uuid = {package = "uuid1", path = "../uuid"}
13
14[build-dependencies]
15tonic-build = {path = "../../../tonic-build"}
16