mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
20 lines
474 B
TOML
20 lines
474 B
TOML
[package]
|
|
name = "vestal"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
|
|
binary-layout = "4.0.2"
|
|
exe = "0.5.6"
|
|
hexy = "0.1.4"
|
|
iced-x86 = "1.21.0"
|
|
itertools = "0.14.0"
|
|
object = { version = "0.36.7", features = [ "read_core", "write_core", "elf", "pe" ] }
|
|
pretty-hex = "0.4.1"
|
|
syscalls = "0.6.18"
|
|
#elf = "0.7.4"
|
|
#goblin = "0.9.3"
|
|
#lancelot = "0.9.7"
|
|
#falcon = "0.5.5"
|