@@ -8,11 +8,11 @@ edition = "2021"
8
8
9
9
[dependencies ]
10
10
lazy_static = " 1.4.0"
11
- halo2_gadgets = { git = " https://github.com/kitounliu/halo2.git" , branch = " grumpkin" }
12
- halo2wrong = { git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
13
- halo2_ecc ={ package = " ecc" , git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
14
- halo2_maingate = { package = " maingate" , git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
15
- halo2_proofs = { git = " https://github.com/kitounliu/halo2.git" , branch = " grumpkin" }
11
+ halo2_gadgets = { git = " https://github.com/kitounliu/halo2.git" , branch = " grumpkin" }
12
+ halo2wrong = { git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
13
+ halo2_ecc = { package = " ecc" , git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
14
+ halo2_maingate = { package = " maingate" , git = " https://github.com/kitounliu/halo2wrong.git" , branch = " grumpkin" }
15
+ halo2_proofs = { git = " https://github.com/kitounliu/halo2.git" , branch = " grumpkin" }
16
16
17
17
sha3 = " 0.10"
18
18
rand_core = { version = " 0.6" , default-features = false }
@@ -26,8 +26,6 @@ serde = { version = "1.0.193", features = ["derive"] }
26
26
27
27
# for client
28
28
clap = { version = " 4.4.18" , features = [" derive" ] }
29
- config = " 0.13.4"
30
- toml = " 0.5.11"
31
29
serde_json = " 1.0.108"
32
30
rand_chacha = " 0.3.1"
33
31
ark-std = { version = " 0.3" , features = [" print-trace" ] }
@@ -36,6 +34,7 @@ const_format = "0.2.32"
36
34
pretty_env_logger = " 0.5.0"
37
35
thiserror = " 1.0"
38
36
hex = " 0.4.3"
37
+ dotenv = " 0.15"
39
38
40
39
[dev-dependencies ]
41
40
rand_chacha = " 0.3.1"
0 commit comments