Crates.io | cargo-linked |
lib.rs | cargo-linked |
version | 0.1.0 |
source | src |
created_at | 2020-09-10 22:53:03.584316 |
updated_at | 2020-09-10 22:53:03.584316 |
description | List linked packages for a rust binary |
homepage | |
repository | https://github.com/JojiiOfficial/cargo-linked |
max_upload_size | |
id | 287179 |
size | 55,187 |
Display the packages a rust binary is linked against. As cargo subcommand!
Easy said: run cargo linked
to find out which packages you must have installed.
cargo install cargo-linked
Navigate to a cargo directory and run cargo linked
. You'll see a list of packages the rust binary is linked against.
If you want to run the given rust application somewhere else, make sure you install those packages first.
Only arch packages are supported by now. PRs are welcome!