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
+3 -3
View File
@@ -13,11 +13,11 @@ version = "0.1.0"
name = "runtime-polkadot"
version = "0.1.0"
dependencies = [
"runtime-support 0.1.0",
"runtime-std 0.1.0",
]
[[package]]
name = "runtime-support"
name = "runtime-std"
version = "0.1.0"
dependencies = [
"pwasm-alloc 0.1.0",
@@ -28,6 +28,6 @@ dependencies = [
name = "runtime-test"
version = "0.1.0"
dependencies = [
"runtime-support 0.1.0",
"runtime-std 0.1.0",
]