Skip to content

Commit

Permalink
Make supernova-benches an independent workspace (#44)
Browse files Browse the repository at this point in the history
* make supernova-benches an independent workspace

* place supernova-benches at root, and exclude from workspace

* rm Cargo.lock from git
  • Loading branch information
danielmarinq authored Jan 21, 2024
1 parent d7eb65b commit cee9975
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ default-members = [
"supernova",
"spartan",
]
exclude = ["supernova-benches"]

[workspace.package]
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions supernova-benches/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cargo.lock
File renamed without changes.

0 comments on commit cee9975

Please sign in to comment.