Skip to content

Commit

Permalink
✨ feat: more examples, fix some async things
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Sep 30, 2023
1 parent 5246a08 commit b0615c9
Show file tree
Hide file tree
Showing 28 changed files with 458 additions and 393 deletions.
165 changes: 70 additions & 95 deletions Cargo.lock

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

12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[workspace]
members = ["common", "config", "core", "cli", "examples/decompile"]
members = [
"common",
"config",
"core",
"cli",
"examples/cfg",
"examples/dump",
"examples/decode",
"examples/snapshot",
"examples/decompile"
]
version = "0.6.0"
Loading

0 comments on commit b0615c9

Please sign in to comment.