Procházet zdrojové kódy

added wallet build info

rachel-rose před 5 roky
rodič
revize
1703f275dd
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      Cargo.toml

+ 4 - 0
Cargo.toml

@@ -137,6 +137,10 @@ path = "src/bin/demowallet.rs"
 name = "wallet"
 name = "wallet"
 path = "src/bin/wallet/test.rs"
 path = "src/bin/wallet/test.rs"
 
 
+[[bin]]
+name = "darkd"
+path = "src/bin/wallet/darkd.rs"
+
 [profile.release]
 [profile.release]
 debug = 1
 debug = 1