[package]
name = "bb-compiler"
description = "Compiler pipeline for the bytesandbrains framework — Compiler driver, CompilerPass trait, canonical pass list, BuildError."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[lib]
[dependencies]
bb-ir = { path = "../bb-ir", version = "0.3.6" }
bb-dsl = { path = "../bb-dsl", version = "0.3.6" }
bb-runtime = { path = "../bb-runtime", version = "0.3.6" }
serde = { workspace = true }
[dev-dependencies]
prost = { workspace = true }
bb-ops = { path = "../bb-ops", version = "0.3.6", features = ["test-components"] }
[features]
test-components = []