mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 23:08:03 +00:00
9a66a597af
* Companion for Substrate#9082 * update Substrate Co-authored-by: parity-processbot <>
19 lines
427 B
TOML
19 lines
427 B
TOML
[package]
|
|
name = "polkadot-procmacro-subsystem-dispatch-gen"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Small proc macro to create the distribution code for network events"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.60", features = ["full"] }
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.24"
|
|
assert_matches = "1.5.0"
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.42"
|