Skip to content

Commit 1d5c062

Browse files
committed
build: make a top-level workspace
Creates a workspace with the following structure: neptune-cash ├── Cargo.lock ├── Cargo.toml ├── neptune-cli │   ├── Cargo.toml │   └── src │   └── main.rs ├── neptune-core │   ├── Cargo.toml │   └── src │   ├── lib.rs │   └── main.rs ├── neptune-dashboard │   ├── Cargo.toml │   └── src │   └── main.rs └── README.md
1 parent a552d7b commit 1d5c062

File tree

266 files changed

+552
-6887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+552
-6887
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target/
88
/makefile-target-opt-level3
99

1010
# git shouldn't see the proof files. Bc big.
11-
/test_data/*.proof
11+
/neptune-core/test_data/*.proof
1212

1313
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1414
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

0 commit comments

Comments
 (0)