6 releases
0.1.5 | Aug 16, 2024 |
---|---|
0.1.4 | Aug 9, 2024 |
#189 in Cargo plugins
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