Skip to content

Commit

Permalink
make harness part of root workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 9, 2024
1 parent 37f6c49 commit 13774a5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ resolver = "2"
members = [
"lib",
"host",
"harness/core",
"harness/macro",
"provers/sp1/driver",
"provers/sp1/builder",
"provers/risc0/driver",
Expand Down Expand Up @@ -143,6 +145,11 @@ secp256k1 = { version = "0.27.0", features = [
"recovery",
] }

# macro
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"

# Error model
anyhow = "1.0"
thiserror = "1.0"
Expand All @@ -166,3 +173,4 @@ rand = "0.8.5"
rand_core = "0.6.4"
dirs = "5.0.1"
pathdiff = "0.2.1"

8 changes: 0 additions & 8 deletions harness/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions provers/risc0/guest/Cargo.lock

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

0 comments on commit 13774a5

Please sign in to comment.