Rearrange export structure to something a bit more convenient.

This commit is contained in:
Gav
2018-01-28 13:41:22 +01:00
parent 5b337e3a9c
commit daa77d09a6
42 changed files with 126 additions and 137 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ parity-wasm = "0.15.0"
byteorder = "1.1"
rustc-hex = "1.0.0"
native-runtime = { path = "../native-runtime", version = "0.1" }
runtime-support = { path = "../native-runtime/support", version = "0.1" }
runtime-std = { path = "../native-runtime/std", version = "0.1" }
memcmp = { version = "0.0.6" }
[dev-dependencies]