14 lines
277 B
TOML
14 lines
277 B
TOML
[package]
|
|
name = "slonik"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
capstone = "0.14.0"
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
|
cranelift-entity = "0.130.0"
|
|
egg = "0.11.0"
|
|
petgraph = "0.8.3"
|
|
smallvec = "1.15.1"
|
|
yaxpeax-arch = "0.3.2"
|
|
yaxpeax-arm = "0.4.0"
|