summaryrefslogtreecommitdiff
path: root/plugins/warp/examples/headless/Cargo.toml
blob: a32796beb59fdcb651292946b26f855ded5d12a9 (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"] }
warp_ninja.workspace = true
binaryninjacore-sys.workspace = true
binaryninja.workspace = true
ctrlc = "3.5"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-indicatif = "0.3"