21 lines
475 B
TOML
21 lines
475 B
TOML
[package]
|
|
authors = ["Danny Hua <danny@42layers.io>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "my_application"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
prost = "0.11"
|
|
tonic = {path = "../../../tonic"}
|
|
uuid = {package = "uuid1", path = "../uuid"}
|
|
|
|
[build-dependencies]
|
|
tonic-build = {path = "../../../tonic-build"}
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["prost"]
|