Skip to content

Commit ac663e9

Browse files
committed
crates: add lookup crate
1 parent cfa182d commit ac663e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ rust-version = "1.87"
55
license = "MIT OR Apache-2.0"
66

77
[workspace]
8-
members = ["crates/leanIsa", "crates/leanSnark", "crates/leanVm"]
8+
members = [
9+
"crates/leanIsa",
10+
"crates/leanLookup",
11+
"crates/leanSnark",
12+
"crates/leanVm",
13+
"crates/leanLookup",
14+
]
915
resolver = "3"
1016

1117
[workspace.lints]
@@ -35,6 +41,7 @@ cast_sign_loss = "allow"
3541
lean-isa = { path = "crates/leanIsa" }
3642
lean-snark = { path = "crates/leanSnark" }
3743
lean-vm = { path = "crates/leanVm" }
44+
lean-lookup = { path = "crates/leanLookup" }
3845

3946
p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "5ebf8e4" }
4047
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git", rev = "5ebf8e4" }

0 commit comments

Comments
 (0)