6 个版本
新 0.1.5 | 2024 年 8 月 16 日 |
---|---|
0.1.4 | 2024 年 8 月 9 日 |
83 在 Cargo 插件 中
每月 315 次下载
11KB
172 行
cargo link
轻松将本地依赖链接到 cargo 项目中。
安装
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
依赖
~3–4.5MB
~82K SLoC