mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
b4ee48ee18
* Upgrade to libp2p-0.31. * Address line width. * Add generous incoming connection limit. * Remove old noise configuration.
20 lines
595 B
TOML
20 lines
595 B
TOML
[package]
|
|
name = "frame-support-procedural-tools"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Proc macro helpers for procedural macros"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
frame-support-procedural-tools-derive = { version = "2.0.0", path = "./derive" }
|
|
proc-macro2 = "1.0.6"
|
|
quote = "1.0.3"
|
|
syn = { version = "1.0.7", features = ["full", "visit"] }
|
|
proc-macro-crate = "0.1.5"
|