15 lines
274 B
TOML
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
|