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]difftreelog
source
primitives/evm-mapping/Cargo.toml411 Bsourcehistory