#deps directory is 18 GB big, why?

3 messages · Page 1 of 1 (latest)

molten lava
#

I only have a 500GB ssd drive and i need to get some free space, so i tried to found out what takes a lot of space on my drive. At the moment i have a single project on my drive with tauri and the target directory is 20 GB big. The deps directory contains files with a size of 18GB... Why? Are that all dependencies for my project that i need? Is it possible to delete some of them? That is really really much for just a single project. I was a bit devastated.
So can i delete the content of the directory and reload all deps? Maybe there are still some old versions.

amber stump
#

Running cargo clean in your src-tauri folder would remove it. Those deps are created when you do a cargo build

molten lava
#

oh thanks. But i still think i will need a bit of free space for this project.