Skip to content

Commit

Permalink
fix: add examples to Cargo.toml to be picked up by loam build (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Sep 16, 2024
1 parent 04b6254 commit 231a143
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"
members = ["crates/*", "test/*"]
exclude = ["test/*"]
members = ["crates/*", "test/*", "examples/soroban/*"]
exclude = ["test/*", "examples/soroban/*"]

[workspace.package]
repository = "https://github.com/loambuild/loam"
Expand Down

0 comments on commit 231a143

Please sign in to comment.