File tree Expand file tree Collapse file tree 2 files changed +5
-29
lines changed Expand file tree Collapse file tree 2 files changed +5
-29
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
2
# https://github.com/rust-lang/rust/pull/124129
3
3
# https://github.com/dtolnay/linkme/pull/88
4
- rustflags = [" -C" , " target-cpu=native" , " -Z" , " linker-features=-lld" ]
5
-
6
- # https://docs.rs/embuild/latest/embuild/cargo/fn.workspace_dir.html
7
- [env ]
8
- CARGO_WORKSPACE_DIR = { value = " " , relative = true }
4
+ rustflags = [" -Z" , " linker-features=-lld" ]
Original file line number Diff line number Diff line change 1
1
[workspace ]
2
2
members = [
3
+ " common" ,
3
4
" compat" ,
4
5
" evm_arithmetization" ,
5
6
" mpt_trie" ,
@@ -56,6 +57,7 @@ criterion = "0.5.1"
56
57
dotenvy = " 0.15.7"
57
58
either = " 1.12.0"
58
59
enum-as-inner = " 0.6.0"
60
+ enumn = " 0.1.13"
59
61
env_logger = " 0.11.3"
60
62
eth_trie = " 0.4.0"
61
63
ethereum-types = " 0.14.1"
@@ -91,6 +93,7 @@ ruint = "1.12.3"
91
93
serde = " 1.0.203"
92
94
serde_json = " 1.0.118"
93
95
serde_path_to_error = " 0.1.16"
96
+ serde_with = " 3.8.1"
94
97
sha2 = " 0.10.8"
95
98
static_assertions = " 1.1.0"
96
99
thiserror = " 1.0.61"
@@ -112,6 +115,7 @@ mpt_trie = { path = "mpt_trie", version = "0.4.1" }
112
115
proof_gen = { path = " proof_gen" , version = " 0.4.0" }
113
116
smt_trie = { path = " smt_trie" , version = " 0.1.1" }
114
117
trace_decoder = { path = " trace_decoder" , version = " 0.6.0" }
118
+ zk_evm_common = { path = " common" , version = " 0.1.0" }
115
119
zk_evm_proc_macro = { path = " proc_macro" , version = " 0.1.0" }
116
120
117
121
# zero-bin related dependencies
@@ -131,27 +135,3 @@ proc-macro2 = "1.0"
131
135
quote = " 1.0"
132
136
syn = " 2.0"
133
137
trybuild = " 1.0"
134
-
135
- [profile .release ]
136
- opt-level =3
137
- debug =true
138
- incremental =true
139
- debug-assertions =true
140
- lto =false
141
- overflow-checks =false
142
-
143
- [profile .test ]
144
- opt-level =3
145
- debug =true
146
- incremental =true
147
- debug-assertions =true
148
- lto =false
149
- overflow-checks =false
150
-
151
- [profile .dev ]
152
- opt-level =3
153
- debug =true
154
- incremental =true
155
- debug-assertions =true
156
- lto =false
157
- overflow-checks =false
You can’t perform that action at this time.
0 commit comments