Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Add top-level workspace Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <[email protected]>
  • Loading branch information
rbuysse committed Oct 10, 2019
1 parent e344e76 commit 3bbd0d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,13 @@
*.vscode*

# Rust
cli/Cargo.lock
cli/target
Cargo.lock
target/

contracts/*/Cargo.lock
contracts/*/bin/
contracts/*/target/

contracts/track_and_trace/src/messages/

contracts/schema/Cargo.lock
contracts/schema/target/

daemon/Cargo.lock
daemon/target

sdk/Cargo.lock
sdk/target

# Node
**/node_modules
**/package-lock.json
Expand Down
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[workspace]

members = [
"cli",
"contracts/pike",
"contracts/product",
"contracts/schema",
"contracts/track_and_trace",
"daemon",
"sdk"
]

0 comments on commit 3bbd0d6

Please sign in to comment.