diff options
| author | Rubens Brandao <git@rubens.io> | 2024-05-31 17:49:26 -0300 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-07-02 14:07:52 -0400 |
| commit | 7aa21e6325261a27fd0d9d61fdeffd8d561f98da (patch) | |
| tree | c2f2d5b683a1ab5f3f8fa2f3f1f46291c50a9f6f /rust/src/lib.rs | |
| parent | bee0ff9e63dcbfa2825f1143aefe097c3844743e (diff) | |
implement project in rust
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index a5cb2339..e7cf1320 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -152,6 +152,7 @@ pub mod logger; pub mod metadata; pub mod mlil; pub mod platform; +pub mod project; pub mod rc; pub mod references; pub mod relocation; |
