vestal/core/Cargo.toml
unspeaker 07f6f82268
Some checks failed
/ build (push) Has been cancelled
chore: restructure and update deps
2025-04-06 01:50:44 +03:00

20 lines
523 B
TOML

[package]
name = "vestal"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
tengri = { git = "https://codeberg.org/unspeaker/tengri", rev = "877b344765" }
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"