mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
27c1fe8718
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.80...1.0.81) --- 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>
26 lines
741 B
TOML
26 lines
741 B
TOML
[package]
|
|
name = "sp-version-proc-macro"
|
|
version = "4.0.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 = "Macro for defining a runtime version."
|
|
documentation = "https://docs.rs/sp-api-proc-macro"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.10"
|
|
syn = { version = "1.0.81", features = ["full", "fold", "extra-traits", "visit"] }
|
|
proc-macro2 = "1.0.29"
|
|
codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ] }
|
|
|
|
[dev-dependencies]
|
|
sp-version = { version = "4.0.0-dev", path = ".." }
|