mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
94976af3d5
* Update syn and fix compilation * Bump pin-project
20 lines
617 B
TOML
20 lines
617 B
TOML
[package]
|
|
name = "frame-support-procedural-tools"
|
|
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 = "Proc macro helpers for procedural macros"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
proc-macro-crate = "1.1.3"
|
|
proc-macro2 = "1.0.37"
|
|
quote = "1.0.10"
|
|
syn = { version = "1.0.98", features = ["full", "visit", "extra-traits"] }
|
|
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
|