In rust can I just get it over with and add every single crate in one shot? Tired of adding one every 10 minutes. I need cargo add everything.
What I do is add all crates I know I'll want upfront to Cargo.toml by editing it, and then add the rest as I go with cargo add.