Explorar el Código

cargo.toml: exclude ircd and map from workspace

lunar-mining hace 4 años
padre
commit
e2b1bff8fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -90,7 +90,7 @@ signal-hook-async-std = {version = "0.2.1", optional = true}
 
 
 [workspace]
 [workspace]
 members = ["bin/drk", "bin/darkfid", "bin/gateway"]
 members = ["bin/drk", "bin/darkfid", "bin/gateway"]
-exclude = ["bin/cashier"]
+exclude = ["bin/cashier", "bin/ircd", "bin/map"]
 
 
 [features]
 [features]
 chain = ["rocksdb"]
 chain = ["rocksdb"]