crabtalk-command-codegen 0.0.11

Proc-macro codegen for crabtalk service commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "crabtalk-command-codegen"
description = "Proc-macro codegen for crabtalk service commands"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
documentation = "https://docs.rs/crabtalk-command-codegen"

[lib]
proc-macro = true

[dependencies]
heck.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true