Files

20 lines
424 B
TOML

[package]
authors = ["Ben Sully <ben@bsull.io>"]
edition = "2021"
name = "stream_conflict"
publish = false
version = "0.1.0"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.11"
tonic = { path = "../../tonic" }
[build-dependencies]
tonic-build = { path = "../../tonic-build" }
[package.metadata.cargo-machete]
ignored = ["prost"]