Added graphviz plotting
Some checks failed
Test Rust / test (push) Failing after 33s

This commit is contained in:
AlexanderHD27
2025-06-09 23:33:57 +02:00
parent bea5076295
commit ea3b0a5696
5 changed files with 180 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",
]
]