mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 15:18:00 +00:00
12 lines
309 B
TOML
12 lines
309 B
TOML
[package]
|
|
name = "srml-support-procedural-tools"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
srml-support-procedural-tools-derive = { path = "./derive" }
|
|
proc-macro2 = "0.4"
|
|
quote = { version = "0.6" }
|
|
syn = { version = "0.15", features = ["full"] }
|