2017-08-01 12:37:57 +02:00
|
|
|
[package]
|
|
|
|
name = "wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder = "1.0"
|
|
|
|
ethcore-util = { path = "../../util" }
|
2017-09-04 16:36:49 +02:00
|
|
|
ethcore-bigint = { path = "../../util/bigint" }
|
2017-08-01 12:37:57 +02:00
|
|
|
log = "0.3"
|
2017-09-10 18:02:31 +02:00
|
|
|
parity-wasm = "0.14"
|
2017-08-01 12:37:57 +02:00
|
|
|
wasm-utils = { git = "https://github.com/paritytech/wasm-utils" }
|
2017-08-01 13:33:49 +02:00
|
|
|
vm = { path = "../vm" }
|
2017-09-04 16:36:49 +02:00
|
|
|
ethcore-logger = { path = "../../logger" }
|