lilith: Fix import paths.

This commit is contained in:
Luther Blissett
2022-09-24 15:03:38 +02:00
parent 11f86e0d56
commit 3298777051
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ keywords = []
categories = []
[dependencies]
darkfi = {path = "../../", features = ["net"]}
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
async-channel = "1.7.1"

View File

@@ -22,9 +22,8 @@ use darkfi::{
},
util::{
cli::{get_log_config, get_log_level, spawn_config},
expand_path,
file::{load_file, save_file},
path::get_config_path,
path::{expand_path, get_config_path},
},
Result,
};