grok-build-upstream-mirror/crates/common/xai-circuit-breaker/Cargo.toml

15 lines
274 B
TOML
Raw Normal View History

[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