Browse Source

map: added darkfi to cargo.toml and cleaned up

lunar-mining 4 years ago
parent
commit
3be4c7d360
1 changed files with 8 additions and 4 deletions
  1. 8 4
      bin/map/Cargo.toml

+ 8 - 4
bin/map/Cargo.toml

@@ -3,13 +3,17 @@ name = "map"
 version = "0.3.0"
 version = "0.3.0"
 edition = "2021"
 edition = "2021"
 
 
-# [dependencies.darkfi]
-# path = "../../"
-# features = ["tui"]
+[dependencies.darkfi]
+path = "../../"
+features = ["rpc"]
 
 
 [dependencies]
 [dependencies]
-# Misc
+# tui
 termion = "1.5.6"
 termion = "1.5.6"
 tui = "0.16.0"
 tui = "0.16.0"
+
+# async
 smol = "1.2.4"
 smol = "1.2.4"
+
+#misc
 rand = "0.6.5"
 rand = "0.6.5"