[package] name = "runtime-test" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" [lib] crate-type = ["cdylib"] [dependencies] runtime_io = { package = "sr-io", path = "../../sr-io", version = "0.1", default-features = false } sandbox = { package = "sr-sandbox", path = "../../sr-sandbox", version = "0.1", default-features = false } substrate-primitives = { path = "../../primitives", default-features = false } [profile.release] panic = "abort" lto = true [workspace] members = [] [patch.crates-io] hash-db = { git = "https://github.com/paritytech/trie" } hash256-std-hasher = { git = "https://github.com/paritytech/trie" } keccak-hasher = { git = "https://github.com/paritytech/trie" } memory-db = { git = "https://github.com/paritytech/trie" } trie-bench = { git = "https://github.com/paritytech/trie" } trie-db = { git = "https://github.com/paritytech/trie" } trie-root = { git = "https://github.com/paritytech/trie" } trie-standardmap = { git = "https://github.com/paritytech/trie" }