CorneliusTalmadge@lemmy.worldtoLinux@lemmy.ml•Where to "practice Linux" terminal commandsEnglish
6·
6 months agoCmdchallenge is similar to Linux survival. But is mostly command line basics like moving around directories, searching, etc. It also gives a list of solutions that people have used for each exercise, which is interesting just to see different ways of doing things.
Maybe I am wrong or my understanding is oversimplified. But the way I understand it is that when you add a dependency to your cargo.toml file, when you run the build rust is going to cargo and downloading those dependencies you added for you and stores the dependencies with project files.
Then when you rebuild it is checking cargo to see if there is a later version and will update according to how you specified the version in the cargo.toml file.
So you are using cargo. it’s basically just automated, so you don’t have to manually interact with cargo the same way you do with pip.