We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa182d commit ac663e9Copy full SHA for ac663e9
1 file changed
Cargo.toml
@@ -5,7 +5,13 @@ rust-version = "1.87"
5
license = "MIT OR Apache-2.0"
6
7
[workspace]
8
-members = ["crates/leanIsa", "crates/leanSnark", "crates/leanVm"]
+members = [
9
+ "crates/leanIsa",
10
+ "crates/leanLookup",
11
+ "crates/leanSnark",
12
+ "crates/leanVm",
13
14
+]
15
resolver = "3"
16
17
[workspace.lints]
@@ -35,6 +41,7 @@ cast_sign_loss = "allow"
35
41
lean-isa = { path = "crates/leanIsa" }
36
42
lean-snark = { path = "crates/leanSnark" }
37
43
lean-vm = { path = "crates/leanVm" }
44
+lean-lookup = { path = "crates/leanLookup" }
38
45
39
46
p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "5ebf8e4" }
40
47
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git", rev = "5ebf8e4" }
0 commit comments