Antes delegaban directamente en `#[tokio::main]`/`#[tokio::test]`; ahora construyen su propio runtime vía `pagetop::util::build_runtime()`, con el mismo comportamiento (`Builder::new_multi_thread().enable_all()`). Las extensiones que usan estas macros ya no necesitan declarar Tokio como dependencia directa en su `Cargo.toml`. |
||
|---|---|---|
| .. | ||
| pagetop-build | ||
| pagetop-macros | ||
| pagetop-minimal | ||
| pagetop-statics | ||