fabro/lib/crates/fabro-cli
Bryan Helmkamp 708c37aed1 refactor(async): prefer tokio sleeps and lint std::thread
Add a Clippy disallowed-methods guardrail for std::thread sleep/spawn
and convert the CLI polling paths to tokio::time::sleep so they no
longer block Tokio workers. Keep the intentional OS-thread sites with
narrow #[expect(...)] annotations that explain why std::thread is
required there.
2026-04-12 12:36:19 -04:00
..
src refactor(async): prefer tokio sleeps and lint std::thread 2026-04-12 12:36:19 -04:00
tests/it refactor(async): prefer tokio sleeps and lint std::thread 2026-04-12 12:36:19 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml feat(artifacts): finish object-backed artifact uploads 2026-04-07 16:56:37 -04:00