mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
19 lines
552 B
TOML
19 lines
552 B
TOML
[package]
|
|
name = "srml-support-procedural"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
srml-support-procedural-tools = { path = "./tools" }
|
|
sr-api-macros = { path = "../../../core/sr-api-macros" }
|
|
|
|
proc-macro2 = "0.4.27"
|
|
quote = { version = "0.6.12" }
|
|
# FIXME: https://github.com/paritytech/substrate/issues/2326
|
|
# Remove this restriction once the dependency on erstwhile CustomKeyword trait is removed
|
|
syn = { version = ">= 0.15.30, < 0.15.32", features = ["full"] }
|