openethereum/crates/vm/vm/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
365 B
TOML
Raw Normal View History

[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.9.2"
2021-01-13 18:03:12 +01:00
patricia-trie-ethereum = { path = "../../db/patricia-trie-ethereum" }
ethjson = { path = "../../ethjson" }
rlp = { version = "0.4.6" }
keccak-hash = "0.5.0"