Skip to content

Commit 722dbbe

Browse files
author
Dmytro Gordon
committed
Add serialization support to the ContraintsSystem
1 parent 64b5078 commit 722dbbe

File tree

5 files changed

+679
-0
lines changed

5 files changed

+679
-0
lines changed

crates/core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ workspace = true
1111
binius-field = { path = "../field" }
1212
binius-utils = { path = "../utils" }
1313
bytemuck = { workspace = true }
14+
bytes = { workspace = true }
1415
thiserror = { workspace = true }
1516

1617
[dev-dependencies]
1718
proptest = { workspace = true }
19+
rand = { workspace = true }
216 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)