Hi, is there any command of cargo that can remove some package caches in the .cargo directory?
You can use cargo-cache for this.
@jjpe Thanks!