I really like the idea of a package/dependency manager. It just seems that when ever I am reading a tutorial and they want to import something that is not standard they say write this in to your TOMOL not cargo install it. Like when reading python docs they all say to use pip or something. Sorry it just seems that Cargo is somewhat overlooked or is it just my perception?

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    9 hours ago

    cargo install installs a rust binary to your user space.

    cargo add adds the dep to your project by editing your Cargo.toml.