Sfoglia il codice sorgente

cargo.toml: exclude ircd and map from workspace

lunar-mining 4 anni fa
parent
commit
e2b1bff8fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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