openethereum/crates/vm/vm/Cargo.toml
2021-01-14 15:30:57 +01:00

14 lines
386 B
TOML

[package]
description = "Virtual Machines (VM) Support Library"
name = "vm"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
parity-bytes = "0.1"
ethereum-types = "0.4"
patricia-trie-ethereum = { path = "../../db/patricia-trie-ethereum" }
ethjson = { path = "../../ethjson" }
rlp = { version = "0.3.0", features = ["ethereum"] }
keccak-hash = "0.1"