Files
pezkuwi-subxt/polkadot/xcm/procedural/Cargo.toml
T
Squirrel be403051dc Set polkadot version in one place (#6095)
* rust 1.64 enables workspace properties

* add edition, repository and authors.

* of course, update the version in one place.

Co-authored-by: Andronik <write@reusable.software>
2022-12-05 11:36:16 +00:00

15 lines
226 B
TOML

[package]
name = "xcm-procedural"
authors.workspace = true
edition.workspace = true
version.workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.43"
quote = "1.0.20"
syn = "1.0.95"
Inflector = "0.11.4"