2022-12-21 19:14:46 +00:00
|
|
|
[package]
|
|
|
|
name = "gen-protos"
|
2023-08-05 22:14:11 +00:00
|
|
|
description = "Generate Protocol Buffers definitions for the jj-lib crate"
|
2022-12-21 19:14:46 +00:00
|
|
|
publish = false
|
|
|
|
|
2023-08-22 16:41:42 +00:00
|
|
|
version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
license = { workspace = true }
|
2023-08-05 22:14:11 +00:00
|
|
|
|
2022-12-21 19:14:46 +00:00
|
|
|
[dependencies]
|
2023-08-22 16:41:42 +00:00
|
|
|
prost-build = { workspace = true }
|