21 lines
447 B
TOML
21 lines
447 B
TOML
[package]
|
|
authors = ["bouzuya <[email protected]>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "disable-comments"
|
|
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" }
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.11.6"
|
|
tonic-build = { path = "../../tonic-build" }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["prost"]
|