Files
binaryninja-rust-api/examples/decompile/Cargo.toml
2024-01-24 13:07:27 +01:00

11 lines
212 B
TOML

[package]
name = "decompile"
version = "0.1.0"
authors = ["Fabian Freyer <mail@fabianfreyer.de>"]
edition = "2021"
[dependencies]
binaryninja = {path="../../"}
clap = { version = "4.3", features = ["derive"] }