bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
27 lines
552 B
TOML
27 lines
552 B
TOML
[package]
|
|
name = "pezcumulus-pezpallet-teyrchain-system-proc-macro"
|
|
version = "0.6.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Proc macros provided by the teyrchain-system pezpallet"
|
|
license = "Apache-2.0"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-crate = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|