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"
|
2018-04-02 13:12:52 +02:00
|
|
|
ethereum-types = "0.3"
|
2017-08-01 12:37:57 +02:00
|
|
|
log = "0.3"
|
2018-03-12 12:37:32 +01:00
|
|
|
parity-wasm = "0.27"
|
2018-01-15 15:24:24 +01:00
|
|
|
libc = "0.2"
|
2018-03-26 10:55:48 +02:00
|
|
|
pwasm-utils = "0.1"
|
2017-08-01 13:33:49 +02:00
|
|
|
vm = { path = "../vm" }
|
2017-09-04 16:36:49 +02:00
|
|
|
ethcore-logger = { path = "../../logger" }
|
2018-04-26 14:00:42 +02:00
|
|
|
wasmi = { version = "0.2" }
|