2017-04-12 17:58:28 +03:00
|
|
|
[root]
|
2017-04-25 17:06:41 +03:00
|
|
|
name = "wasm-gas"
|
2017-04-12 17:58:28 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-04-20 19:37:08 +03:00
|
|
|
"parity-wasm 0.3.0 (git+https://github.com/nikvolf/parity-wasm)",
|
2017-04-12 17:58:28 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
2017-04-20 19:37:08 +03:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/nikvolf/parity-wasm#afb5b8d523227445d648deaee6ca6c9448d24a73"
|
2017-04-12 17:58:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
|
2017-04-20 19:37:08 +03:00
|
|
|
"checksum parity-wasm 0.3.0 (git+https://github.com/nikvolf/parity-wasm)" = "<none>"
|