Przeglądaj źródła

map: updated Cargo.toml

lunar-mining 4 lat temu
rodzic
commit
6398d919e6
1 zmienionych plików z 8 dodań i 2 usunięć
  1. 8 2
      bin/map/Cargo.toml

+ 8 - 2
bin/map/Cargo.toml

@@ -3,8 +3,14 @@ name = "map"
 version = "0.1.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies]
 darkfi = { path = "../../" , features = ['tui']}
 smol = "1.2.5"
+tui = "0.16.0"
+termion = "1.5"
+async-executor = "1.4.1"
+easy-parallel = "3.1.0"
+async-std = "1.10.0"
+async-channel = "1.6.1"
+num_cpus = "1.13.0"
+rand = "0.8.4"