blob: e5a1201f93b0c70820dea82b1513b14f7f8535b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "decompile"
version = "0.1.0"
authors = ["Fabian Freyer <mail@fabianfreyer.de>"]
edition = "2021"
[dependencies]
binaryninja = {path="../../"}
clap = { version = "3.0", features = ["derive"] }
|