mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
0142a01353
* Add license to crates This is required to publish to crates.io * Add more licenses
16 lines
251 B
TOML
16 lines
251 B
TOML
[package]
|
|
name = "xcm-procedural"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.56"
|
|
quote = "1.0.28"
|
|
syn = "2.0.20"
|
|
Inflector = "0.11.4"
|