chore: restructure and update deps
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-06 01:16:30 +03:00
parent 6bc456c814
commit 07f6f82268
22 changed files with 298 additions and 108 deletions

8
cli/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "vestal_cli"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
vestal = { path = "../core" }
clap = { version = "4.5.4", features = [ "cargo" ] }