Skip to content

Commit 6fdf202

Browse files
Rename sha-macros and move it to openvm-circuit-primitives-derive
1 parent e27df87 commit 6fdf202

File tree

18 files changed

+744
-6
lines changed

18 files changed

+744
-6
lines changed

crates/circuits/sha-macros/Cargo.toml renamed to crates/circuits/cols-ref-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "openvm-sha-macros"
2+
name = "todo-delete"
33
version.workspace = true
44
authors.workspace = true
55
edition.workspace = true

crates/circuits/primitives/derive/Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ proc-macro = true
1414
[dependencies]
1515
syn = { version = "2.0", features = ["parsing"] }
1616
quote = "1.0"
17-
itertools = { workspace = true }
17+
itertools = { workspace = true, default-features = true }
18+
proc-macro2 = "1.0"
19+
20+
[dev-dependencies]
21+
openvm-sha2-air = { workspace = true }
22+
ndarray.workspace = true
23+
24+
[package.metadata.cargo-shear]
25+
ignored = ["ndarray"]

0 commit comments

Comments
 (0)