This commit is contained in:
NikVolf
2017-04-12 22:38:55 +03:00
parent 4011af4f75
commit c578aa18d2

View File

@@ -7,6 +7,9 @@ readme = "README.md"
repository = "https://github.com/nikvolf/parity-wasm"
homepage = "https://github.com/nikvolf/parity-wasm"
documentation = "https://nikvolf.github.io/parity-wasm/parity_wasm/"
description = "WebAssembly binary format serialization/deserialization"
keywords = ["wasm", "webassembly", "bytecode", "serde"]
exclude = [ "res/*" ]
[dependencies]
byteorder = "1.0"