mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
1274b3df4b
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.74 to 1.0.75. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.74...1.0.75) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
405 B
TOML
18 lines
405 B
TOML
[package]
|
|
name = "polkadot-overseer-all-subsystems-gen"
|
|
version = "0.9.9"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Small proc macro to create mocking level iface type helpers"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.75", features = ["full", "extra-traits"] }
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.24"
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.45"
|