mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-07 17:06:42 +01:00
This commit is contained in:
parent
6bc456c814
commit
07f6f82268
22 changed files with 298 additions and 108 deletions
20
core/Cargo.toml
Normal file
20
core/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue