[package]
name = "protograph-codegen"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Code generation for protograph (proto + Rust)"
readme = "README.md"
[dependencies]
protograph-core.workspace = true
quote.workspace = true
syn.workspace = true
proc-macro2.workspace = true
thiserror.workspace = true