mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 18:37:59 +00:00
d5b902bb1f
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/commits) --- updated-dependencies: - dependency-name: proc-macro-crate 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>
19 lines
458 B
TOML
19 lines
458 B
TOML
[package]
|
|
name = "substrate-test-utils-derive"
|
|
version = "0.10.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate test utilities macros"
|
|
|
|
[dependencies]
|
|
quote = "1.0.10"
|
|
syn = { version = "1.0.82", features = ["full"] }
|
|
proc-macro-crate = "1.1.3"
|
|
proc-macro2 = "1.0.36"
|
|
|
|
[lib]
|
|
proc-macro = true
|