mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-15 16:05:43 +00:00
a7ed6d2086
Bumps the known_good_semver group with 1 update: [syn](https://github.com/dtolnay/syn). - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.29...2.0.31) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
362 B
TOML
20 lines
362 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"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2.0.31"
|
|
proc-macro2 = "1.0.64"
|
|
quote = "1.0.33"
|
|
proc-macro-crate = "1.3.1"
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = []
|