[build] # Use sccache as the rustc wrapper for compile caching. # Falls back gracefully: if sccache is not installed, cargo will warn but # still compile. Install with: cargo install sccache rustc-wrapper = "sccache"