Files
pezkuwi-sdk/pezcumulus/pezpallets/teyrchain-system/proc-macro/Cargo.toml
T
pezkuwichain bfc2cc5284 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00

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 = []