start adding puml output, not sure if this is the right way to go

This commit is contained in:
Sebastian Kuzminsky 2025-01-22 14:36:27 -06:00
parent 8c0e6e1a59
commit 1c4d46e07b
3 changed files with 148 additions and 79 deletions

View file

@ -8,3 +8,4 @@ anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
toml = "0.8.19"
uuid = { version = "1.12.1", features = ["std", "v4" ] }