Crates.io | cargo-link2 |
lib.rs | cargo-link2 |
version | 0.1.5 |
source | src |
created_at | 2024-08-08 05:44:04.27582 |
updated_at | 2024-08-16 02:05:35.63235 |
description | Patch local dependencies with ease |
homepage | |
repository | https://github.com/dudykr/ddbase.git |
max_upload_size | |
id | 1329101 |
size | 31,336 |
Link local dependencies in a cargo project with ease.
cargo install cargo-link2
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')
Apache-2.0