mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
2783b44207
* /paint to /palette * rename paint to palette * rename the modules in palette to be pallets * update Structure.adoc * bump impl * fix CI directory * Update docs/Structure.adoc Co-Authored-By: Benjamin Kampmann <ben@gnunicorn.org>
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "palette-support-procedural"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
palette-support-procedural-tools = { package = "palette-support-procedural-tools", path = "./tools" }
|
|
|
|
proc-macro2 = "1.0.6"
|
|
quote = "1.0.2"
|
|
syn = { version = "1.0.7", features = ["full"] }
|