diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-09-29 22:10:20 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 22:16:47 -0400 |
| commit | e51abf509d7040aac768e183a47c966613b67bb7 (patch) | |
| tree | 289b30c06b90db94509488e299a5958d25c9b37e /rust/examples/template/Cargo.toml | |
| parent | d781bdbee8a7327661a56647231c4d4ece7f0074 (diff) | |
Fix updated rust api
Diffstat (limited to 'rust/examples/template/Cargo.toml')
| -rw-r--r-- | rust/examples/template/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rust/examples/template/Cargo.toml b/rust/examples/template/Cargo.toml index 6a691e3d..37073090 100644 --- a/rust/examples/template/Cargo.toml +++ b/rust/examples/template/Cargo.toml @@ -8,9 +8,9 @@ edition = "2018" # crate-type = ["cdylib"] # You can point at the BinaryNinja dependency in one of two ways, via path: -# [dependencies] -# binaryninja = {path="../../"} +[dependencies] +binaryninja = {path="../../"} # Or directly at the git repo: -[dependencies] -binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"} +# [dependencies] +# binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"} |
