Files
distro/Cargo.toml
2026-05-23 00:10:08 +02:00

16 lines
295 B
TOML

[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"] }
either = "1.16.0"
petgraph = "0.8.3"
smallvec = "1.15.1"
starlark = "0.13.0"
starlark_derive = "0.13.0"
thiserror = "2.0.18"