mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 10:46:42 +01:00
This commit is contained in:
parent
6bc456c814
commit
07f6f82268
22 changed files with 298 additions and 108 deletions
7
emu/Cargo.toml
Normal file
7
emu/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "vestal_emu"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
unicorn = "0.9.1"
|
||||
0
emu/src/lib.rs
Normal file
0
emu/src/lib.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue