verbs-macros 0.4.1

Macros for VERBS Ethereuem simulation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "verbs-macros"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "Macros for VERBS Ethereuem simulation library"
readme = "../../README.md"
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = "1.0"
quote = "1.0"