mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
94976af3d5
* Update syn and fix compilation * Bump pin-project
22 lines
609 B
TOML
22 lines
609 B
TOML
[package]
|
|
name = "sc-tracing-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 = "Helper macros for Substrate's client CLI"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-crate = "1.1.3"
|
|
proc-macro2 = "1.0.37"
|
|
quote = { version = "1.0.10", features = ["proc-macro"] }
|
|
syn = { version = "1.0.98", features = ["proc-macro", "full", "extra-traits", "parsing"] }
|