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
@@ -1712,6 +1712,7 @@ dependencies = [
name = "node-cli"
version = "0.1.0"
dependencies = [
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"exit-future 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",