1[package]2name = "up-evm-mapping"3version = "0.1.0"4license = "GPLv3"5edition = "2021"67[dependencies]8sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }9frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }1011[features]12default = ["std"]13std = ["sp-core/std", "frame-support/std"]difftreelog
source
primitives/evm-mapping/Cargo.toml424 Bsourcehistory