mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
lilith: Fix import paths.
This commit is contained in:
@@ -11,7 +11,7 @@ keywords = []
|
||||
categories = []
|
||||
|
||||
[dependencies]
|
||||
darkfi = {path = "../../", features = ["net"]}
|
||||
darkfi = {path = "../../", features = ["net", "rpc"]}
|
||||
|
||||
# Async
|
||||
async-channel = "1.7.1"
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user