meta: initial rewrite (final)

This commit is contained in:
2026-05-22 18:48:11 +02:00
commit a525868969
16 changed files with 3057 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "builder"
version = "0.1.0"
edition = "2024"
[dependencies]
allocative = "0.3.4"
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
petgraph = "0.8.3"
smallvec = "1.15.1"
starlark = "0.13.0"
starlark_derive = "0.13.0"
thiserror = "2.0.18"