| [package] | |
| name = "submerge_internal_proto" | |
| version.workspace = true | |
| edition.workspace = true | |
| license.workspace = true | |
| publish.workspace = true | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| protobuf.workspace = true | |
| thiserror.workspace = true | |
| [features] | |
| default = ["cargo"] | |
| cargo = [] | |
| [lints] | |
| workspace = true | |
| [build-dependencies] | |
| protobuf-codegen.workspace = true |