mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
0bbda78d86
CI will be enforcing this with next parity-publish release
25 lines
613 B
TOML
25 lines
613 B
TOML
[package]
|
|
name = "sp-crypto-hashing-proc-macro"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
description = "Procedural macros for calculating static hashes."
|
|
documentation = "https://docs.rs/sp-crypto-hashing-proc-macro"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = { workspace = true }
|
|
syn = { features = ["full", "parsing"], workspace = true }
|
|
sp-crypto-hashing = { path = "..", default-features = false }
|