Files
pezkuwi-subxt/substrate/srml/support/procedural/Cargo.toml
T
2019-04-19 08:52:22 +02:00

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"] }