cargo-link2

Crates.iocargo-link2
lib.rscargo-link2
version0.1.5
sourcesrc
created_at2024-08-08 05:44:04.27582
updated_at2024-08-16 02:05:35.63235
descriptionPatch local dependencies with ease
homepage
repositoryhttps://github.com/dudykr/ddbase.git
max_upload_size
id1329101
size31,336
Donny/강동윤 (kdy1)

documentation

README

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

Commit count: 45

cargo fmt