git.delta.rocks / unique-network / refs/commits / 4dff934f02cf

difftreelog

source

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