Skip to content

Commit

Permalink
wip: organize methods to reduce dependency chain
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Aug 4, 2024
1 parent 7887f1a commit d2049eb
Show file tree
Hide file tree
Showing 9 changed files with 2,207 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[workspace]
resolver = "2"
members = ["core", "core/programs", "core/programs/guest", "examples"]
members = [
"core",
"core/programs",
"core/programs/guest",
"examples"
]

[profile.dev]
opt-level = 3

[profile.release]
debug = 1
debug = 0
lto = "fat"
Loading

0 comments on commit d2049eb

Please sign in to comment.