@@ -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,
};