git.delta.rocks / unique-network / refs/commits / 900be63a359f

difftreelog

source

runtime/common/ethereum/precompiles/utils/macro/Cargo.toml366 Bsourcehistory
1[package]2authors = ["PureStake", "StakeTechnologies"]3description = ""4edition = "2018"5name = "precompile-utils-macro"6version = "0.1.0"78[lib]9proc-macro = true1011[dependencies]12num_enum = { version = "0.7.0", default-features = false }13proc-macro2 = "1.0"14quote = "1.0"15sha3 = "0.8"16syn = { version = "1.0", features = ["extra-traits", "fold", "full", "visit"] }