forked from mirrors/jj
d858db7e85
Summary: There's no need to go around specifying `rust-version` or `edition` or `version` several times, now that we have a global workspace. Instead, inherit workspace metadata from the top-level Cargo.toml file. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: Iaf905445978ed2b3377239dcdb8a6c32
11 lines
242 B
TOML
11 lines
242 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
|