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.
10 lines
158 B
TOML
10 lines
158 B
TOML
[package]
|
|
name = "iroh-driver"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["time"] }
|
|
|
|
[workspace]
|