gear-common-codegen 2.0.0

Code generation library for the Gear common library
Documentation
[package]
name = "gear-common-codegen"
description = "Code generation library for the Gear common library"
documentation = "https://docs.rs/gear-common-codegen"
keywords = ["gear", "wasm", "codegen"]
categories = ["wasm"]
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[lib]
proc-macro = true

[dependencies]
quote.workspace = true
syn.workspace = true
gear-workspace-hack.workspace = true