mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
14 lines
292 B
TOML
14 lines
292 B
TOML
[package]
|
|
name = "gen-protos"
|
|
description = "Generate Protocol Buffers definitions for the jj-lib crate"
|
|
publish = false
|
|
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
prost-build = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|