ソースを参照

evgrd: move from bin/ to script/

darkfi 1 年間 前
コミット
e11d2a8da1
4 ファイル変更9 行追加3 行削除
  1. 1 1
      Cargo.toml
  2. 8 2
      script/evgrd/Cargo.toml
  3. 0 0
      script/evgrd/evgrd.toml
  4. 0 0
      script/evgrd/src/main.rs

+ 1 - 1
Cargo.toml

@@ -47,7 +47,7 @@ members = [
     "src/contract/dao",
     "src/contract/deployooor",
 
-    "example/dchat/dchatd", "bin/evgrd",
+    "example/dchat/dchatd",
 ]
 
 [dependencies]

+ 8 - 2
bin/evgrd/Cargo.toml → script/evgrd/Cargo.toml

@@ -59,6 +59,12 @@ structopt-toml = "0.5.1"
 openssl = { version = "*", features = ["vendored"] }
 rusqlite = {version = "0.31.0", features = ["bundled"]}
 
-[lints]
-workspace = true
+#[lints]
+#workspace = true
+
+# Temp stuff
+[workspace]
+[patch.crates-io]
+halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
+halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
 

+ 0 - 0
bin/evgrd/evgrd.toml → script/evgrd/evgrd.toml


+ 0 - 0
bin/evgrd/src/main.rs → script/evgrd/src/main.rs