Skip to content

Commit

Permalink
refactor repo structure (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Jul 2, 2022
1 parent 31e1fc5 commit 559ab05
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 41 deletions.
34 changes: 12 additions & 22 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
members = [
"types",
"zkevm",
"setup",
"prove",
"bin",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
9 changes: 7 additions & 2 deletions prove/Cargo.toml → bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "prove"
name = "bin"
version = "0.1.0"
edition = "2021"

Expand All @@ -14,4 +14,9 @@ rand_xorshift = "0.3"
zkevm = { path = "../zkevm" }

[[bin]]
name = "prove"
name = "setup"
path = "src/setup.rs"

[[bin]]
name = "prove"
path = "src/prove.rs"
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions setup/Cargo.toml

This file was deleted.

0 comments on commit 559ab05

Please sign in to comment.