6 releases

0.1.5 Aug 16, 2024
0.1.4 Aug 9, 2024

#95 in Cargo plugins

Download history 289/week @ 2024-08-08 150/week @ 2024-08-15

439 downloads per month

Apache-2.0

11KB
172 lines

cargo link

Link local dependencies in a cargo project with ease.

Installation

cargo install cargo-link2

Usage

cargo link ~/path/to/dependency
Usage: cargo link [OPTIONS] <TARGET_DIR>

Arguments:
  <TARGET_DIR>
          The target directory to link to the current project.

          If the target directory is a cargo workspace, all packages in the workspace will be linked.

Options:
  -C, --dir <DIR>
          Changes the link location to <dir>.

          Defaults to the current directory.

  -h, --help
          Print help (see a summary with '-h')

License

Apache-2.0

Dependencies

~3–4.5MB
~81K SLoC