swactor/tools/actor-control-flow-lint/tests/fixtures/fail-owner-timing/Cargo.toml
Zachery Aaron Shores-Chmielewski 4729577621 chore(test): enforce audited timeout policy
Route cargo lint through repository timeout validation and strict Clippy, reject unregistered timing primitives with compiler-resolved call budgets, bound Nextest concurrency, and replace polling waits in test infrastructure.
2026-08-28 02:09:51 +04:00

10 lines
158 B
TOML

[package]
name = "iroh-driver"
version = "0.0.0"
edition = "2024"
publish = false
[dependencies]
tokio = { version = "1", features = ["time"] }
[workspace]