Added graphviz plotting

This commit is contained in:
AlexanderHD27
2025-06-09 23:33:57 +02:00
parent bea5076295
commit ff929b9fe9
5 changed files with 201 additions and 26 deletions

View File

@@ -11,10 +11,11 @@ thiserror = "1"
rand = "0.8"
graphviz-rust = "0.9.4"
itertools = "0.14.0"
regex = "1.11.1"
[dependencies.uuid]
version = "1.17.0"
# Lets you generate random UUIDs
features = [
"v4",
]
]