mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 06:27:30 +00:00
d9d53c17a1
* Switch to edition 2021 * Reset bridges * Fix compilation * Fix test-runtime * Fix malus
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 = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.36"
|
|
quote = "1.0.15"
|
|
syn = "1.0.86"
|
|
Inflector = "0.11.4"
|