mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 00:45:43 +00:00
cf509bdb51
* Use derive macro to generate XcmWeightInfo trait * Move the Weight type alias out of proc macro
15 lines
238 B
TOML
15 lines
238 B
TOML
[package]
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
name = "xcm-procedural"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.36"
|
|
quote = "1.0.10"
|
|
syn = "1.0.83"
|
|
Inflector = "0.11.4"
|