diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-05-03 18:45:19 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-05-11 16:49:24 -0400 |
| commit | eb7a52bf4bd3b19c22f2eadda444ab045c674fe3 (patch) | |
| tree | 2395d577d410908b5d0291682660dac2017c7e97 /rust/examples/basic_script/Cargo.toml | |
| parent | 5731e612900bed0d542421e00e64324dbac9367e (diff) | |
Rust API : Better headless support; Introducing `binaryninja::open_view` and `binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes
Diffstat (limited to 'rust/examples/basic_script/Cargo.toml')
| -rw-r--r-- | rust/examples/basic_script/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/examples/basic_script/Cargo.toml b/rust/examples/basic_script/Cargo.toml new file mode 100644 index 00000000..035528d4 --- /dev/null +++ b/rust/examples/basic_script/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "basic_script" +version = "0.1.0" +authors = ["KyleMiles <kyle@vector35.com>"] +edition = "2018" + +[dependencies] +binaryninja = {path="../../"} |
