Ver código fonte

cargo.toml: exclude ircd and map from workspace

lunar-mining 4 anos atrás
pai
commit
e2b1bff8fb
1 arquivos alterados com 1 adições e 1 exclusões
  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"]