INFO cargo_liner::cargo > Installing `abc`... Updating `dummy-registry` index Downloading crates ... Downloaded abc v0.0.0 (registry `dummy-registry`) Installing abc v0.0.0 Updating `dummy-registry` index Compiling abc v0.0.0 Finished `release` profile [optimized] target(s) in [ELAPSED]s Replacing [ROOT]/home/.cargo/bin/abc Replaced package `abc v0.0.0` with `abc v0.0.0` (executable `abc`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner > Installation report: ┌──────┬─────────────┬─────────────┬────────┐ │ Name │ Old version │ New version │ Status │ ├──────┼─────────────┼─────────────┼────────┤ │ abc │ ø │ ? │ + │ └──────┴─────────────┴─────────────┴────────┘ INFO cargo_liner > Done.