[package]
name = "inf-source"
version = "0.1.0"
edition.workspace = true
license.workspace = true
[lib]
path = "src/lib.rs"
[features]
# `BbgSource` over real committed BBG state (R3b). Pulls bbg โ nox โ โฆ so this
# feature needs `RUSTC_BOOTSTRAP=1`; the default build stays pure stable Rust.
bbg = ["dep:bbg"]
[dependencies]
inf-value = { path = "../value" }
bbg = { path = "../../../bbg/rs", optional = true }