grok-build-upstream-mirror/crates/common/xai-circuit-breaker/Cargo.toml
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

15 lines
274 B
TOML

[package]
license = "Apache-2.0"
edition.workspace = true
name = "xai-circuit-breaker"
version = "0.1.0"
[features]
# Exposes force_half_open() and other test hooks for cross-crate tests.
test-hooks = []
[dependencies]
log = { workspace = true }
[lints]
workspace = true