mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
be403051dc
* 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>
15 lines
226 B
TOML
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"
|