Skip to content

Commit

Permalink
Add workspace Cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 13, 2019
1 parent 680327f commit 8392673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/build
/cmake-build-*
/.idea
Cargo.lock
/target
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[workspace]
members = [
"bindings/rust/evmc-sys",
"bindings/rust/evmc-vm",
]

0 comments on commit 8392673

Please sign in to comment.