f18d279686
In a warm cache situation, e.g. with `uv run`, toml parsing is by far our slowest operation. These kinda hacky spans help debugging that. It would be better if `toml::from_str` would be instrumented itself, but this way we can add paths in the relevant places.