initial commit
This commit is contained in:
13
examples/minidump/Cargo.toml
Normal file
13
examples/minidump/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "minidump_bn"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
binaryninja = {path="../../"}
|
||||
log = "0.4.17"
|
||||
minidump = "0.15.2"
|
||||
time = "=0.3.16" # Remove this when we update from stable-2022-12-15 - it's pinning a dependency that requires a more recent version of rustc
|
||||
Reference in New Issue
Block a user