mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-30 10:01:07 +00:00
gas utility initial
This commit is contained in:
Generated
+23
@@ -0,0 +1,23 @@
|
||||
[root]
|
||||
name = "gas"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"parity-wasm 0.2.0 (git+https://github.com/nikvolf/parity-wasm)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "parity-wasm"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/nikvolf/parity-wasm#cafc5058357f6ea84daaec870057da8455bf74e8"
|
||||
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"
|
||||
"checksum parity-wasm 0.2.0 (git+https://github.com/nikvolf/parity-wasm)" = "<none>"
|
||||
Reference in New Issue
Block a user