tabula rasa

This commit is contained in:
🪞👃🪞 2024-10-27 20:21:51 +02:00
commit 14a6dca63f
5 changed files with 644 additions and 0 deletions

8
Cargo.toml Normal file
View file

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