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
@@ -9,5 +9,5 @@ with-std = []
without-std = []
[dependencies]
runtime-support = { path = "./support", version = "0.1" }
runtime-std = { path = "./std", version = "0.1" }
rustc-hex = "1.0"
@@ -1,5 +1,5 @@
[package]
name = "runtime-support"
name = "runtime-std"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]