瀏覽代碼

move example dependencies to dev-dependencies

Dastan-glitch 3 年之前
父節點
當前提交
9b08985342
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      Cargo.toml

+ 3 - 4
Cargo.toml

@@ -135,15 +135,14 @@ sled = {version = "0.34.7", optional = true}
 # big float
 # big float
 dashu = { version = "0.2.0", git = "https://github.com/ertosns/dashu" } 
 dashu = { version = "0.2.0", git = "https://github.com/ertosns/dashu" } 
 
 
-# env logger
-env_logger = "0.9.1"
-easy-parallel = "3.2.0"
-
 [dev-dependencies]
 [dev-dependencies]
 clap = {version = "3.2.20", features = ["derive"]}
 clap = {version = "3.2.20", features = ["derive"]}
 halo2_proofs = {version = "0.2.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
 halo2_proofs = {version = "0.2.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
 halo2_gadgets = {version = "0.2.0", features = ["dev-graph", "test-dependencies"]}
 halo2_gadgets = {version = "0.2.0", features = ["dev-graph", "test-dependencies"]}
 plotters = "0.3.4"
 plotters = "0.3.4"
+env_logger = "0.9.1"
+easy-parallel = "3.2.0"
+
 
 
 # -----BEGIN LIBRARY FEATURES-----
 # -----BEGIN LIBRARY FEATURES-----
 [features]
 [features]