Move runtime.rs into its own crate

This commit is contained in:
Greg Fitzgerald
2019-02-07 09:44:42 -07:00
committed by Grimes
parent 731e5e1291
commit 5128d7d6c3
7 changed files with 33 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ CRATES=(
genesis
ledger-tool
wallet
runtime
)