Files
binaryninja-rust-api/examples/decompile/Cargo.toml
Rairosu 2feb739d75 update
2024-04-02 18:52:06 +02: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.4", features = ["derive"] }