Skip to content

Commit

Permalink
components: impl From<Vec<Registers>> for InstructionTable
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 8, 2024
1 parent ce96fd8 commit 52549b3
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ default_trait_access = "allow"
module_name_repetitions = "allow"

[workspace.dependencies]
brainfuck_vm = { path = "crates/brainfuck_vm" }
brainfuck_prover = { path = "crates/brainfuck_prover" }
clap = { version = "4.3.10", features = ["derive"] }
stwo-prover = { git = "https://github.com/starkware-libs/stwo", rev = "f6214d1" }
tracing = "0.1"
Expand Down
1 change: 1 addition & 0 deletions crates/brainfuck_prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ workspace = true
[dependencies]
stwo-prover.workspace = true
num-traits.workspace = true
brainfuck_vm.workspace = true
Loading

0 comments on commit 52549b3

Please sign in to comment.