Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ core = ["binaryninjacore-sys/core"]
rayon = { version = "1.10", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys", default-features = false }
thiserror = "2.0"
bitflags = "2"
serde = "1.0"
serde_derive = "1.0"
# Parts of the collaboration and workflow APIs consume and produce JSON.
Expand Down
1 change: 1 addition & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pub mod symbol;
pub mod tags;
pub mod template_simplifier;
pub mod tracing;
pub mod transform;
pub mod types;
pub mod update;
pub mod variable;
Expand Down
Loading
Loading