jj/lib/gen-protos/Cargo.toml

15 lines
292 B
TOML
Raw Permalink Normal View History

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