blob: b28b089d1239cbefdd379cb70fd129a5c53483fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "warp_headless"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
indicatif = "0.18.2"
warp_ninja.workspace = true
binaryninjacore-sys.workspace = true
binaryninja.workspace = true
log = "0.4"
env_logger = "0.11"
ctrlc = "3.5"
|