git.delta.rocks / unique-network / refs/commits / f8774b896e5b

difftreelog

source

primitives/evm-mapping/Cargo.toml411 Bsourcehistory
1[package]2name = "up-evm-mapping"3version = "0.1.0"4edition = "2018"56[dependencies]7sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }8frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }910[features]11default = ["std"]12std = [13	"sp-core/std",14	"frame-support/std",15]