git.delta.rocks / unique-network / refs/commits / 9bfc203a27ca

difftreelog

source

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