Allow implementation to provide AppInfo to figure out default paths (#1468)

This commit is contained in:
Benjamin Kampmann
2019-01-17 16:55:55 +01:00
committed by Bastian Köcher
parent c88b44f6db
commit 15856747ae
4 changed files with 35 additions and 30 deletions
+1
View File
@@ -13,6 +13,7 @@ exit-future = "0.1"
substrate-cli = { path = "../../core/cli" }
parity-codec = { version = "2.2" }
slog = "^2"
app_dirs = "1.2"
sr-io = { path = "../../core/sr-io" }
substrate-client = { path = "../../core/client" }
substrate-primitives = { path = "../../core/primitives" }