recipe: Implement run

This commit is contained in:
2026-05-23 00:10:08 +02:00
parent 1a7c817fb9
commit 2e6704516a
8 changed files with 275 additions and 47 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2024"
allocative = "0.3.4"
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
either = "1.16.0"
petgraph = "0.8.3"
smallvec = "1.15.1"
starlark = "0.13.0"