mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-07 23:36:43 +01:00
convert to workspace; scaffold wrapper
This commit is contained in:
parent
47ee160c47
commit
52f5c58519
6 changed files with 662 additions and 20 deletions
10
crates/vestal/Cargo.toml
Normal file
10
crates/vestal/Cargo.toml
Normal 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" ] }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue