convert to workspace; scaffold wrapper

This commit is contained in:
🪞👃🪞 2024-10-27 21:12:04 +02:00
parent 47ee160c47
commit 52f5c58519
6 changed files with 662 additions and 20 deletions

10
crates/vestal/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "vestal"
version = "0.1.0"
edition = "2021"
[dependencies]
exe = "0.5.6"
goblin = "0.9.2"
clap = { version = "4.5.4", features = [ "derive" ] }