tent_codegen 0.0.6

Procedure macros for tent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tent_codegen"
description = "Procedure macros for tent"
license = "AGPL-3.0"
version = "0.0.6"
authors = ["inkyu <gofiri@gmail.com>"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"