mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
15 lines
326 B
TOML
15 lines
326 B
TOML
[package]
|
|
name = "granc-tools"
|
|
edition = { workspace = true }
|
|
publish = false
|
|
|
|
[features]
|
|
gen-proto = ["dep:tonic-prost-build"]
|
|
|
|
[[bin]]
|
|
name = "generate-reflection-service"
|
|
path = "bin/generate_reflection_service.rs"
|
|
required-features = ["gen-proto"]
|
|
|
|
[dependencies]
|
|
tonic-prost-build = { workspace = true, optional = true }
|