chore: restructure and update deps
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-06 01:16:30 +03:00
parent 6bc456c814
commit 07f6f82268
22 changed files with 298 additions and 108 deletions

20
core/Cargo.toml Normal file
View file

@ -0,0 +1,20 @@
[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"