mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-08 12:36:42 +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
15
Cargo.toml
15
Cargo.toml
|
|
@ -1,9 +1,6 @@
|
|||
[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" ] }
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/vestal",
|
||||
"crates/wrapper"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue