Comment on Best free (preferably FOSS) Rust IDE for MacOS

<- View Parent
thesmokingman@programming.dev ⁨8⁩ ⁨months⁩ ago

Vanilla cargo.toml files are more akin to a requirements.txt than any of the others, which allow you to do things like set variables or create run scripts. However, vanilla cargo.toml files have some minimal Make functionality so it’s a bit more than just project dependencies. Each of those ecosystems has a slightly different approach to handling build tooling and dependency management. Rust puts the basic build and dependencies in one file with the assumption your system has the right Rust version, which is a lot simpler than others.

source
Sort:hotnewtop