Remove unused tokio dependency #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium
tokio = "1.44.2"is listed in[dependencies]inCargo.toml, but none of the three source files import or use tokio directly. Async functionality comes fromloco-rsandaxum.This is a phantom dependency that bloats compile times for every consumer of this crate.