mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-29 22:51:03 +00:00
21 lines
383 B
TOML
21 lines
383 B
TOML
[package]
|
|
name = "cumulus-pallet-parachain-system-proc-macro"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Proc macros provided by the parachain-system pallet"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2.0.39"
|
|
proc-macro2 = "1.0.64"
|
|
quote = "1.0.33"
|
|
proc-macro-crate = "2.0.1"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|