coreos / cargo-vendor-filterer

Tool to `cargo vendor` with filtering
Apache License 2.0
32 stars 8 forks source link

add option to verify lockfiles? #98

Open uncomfyhalomacro opened 4 months ago

uncomfyhalomacro commented 4 months ago

i am not sure if this is the goal of the project as well. but i can't seem to do cargo vendor-filterer --locked # or --frozen. this is needed when vendoring for offline environments.

Not sure if cargo itself is a good idea to use it as a library yet

uncomfyhalomacro commented 4 months ago

Other relevant differences/similarities between cargo_metadata and cargo

Relevant issue https://github.com/Firstyear/obs-service-cargo/pull/84

Not sure if I understood correctly.

uncomfyhalomacro commented 4 months ago

Reference reason to use lockfile is to allow reproducible builds https://doc.rust-lang.org/stable/cargo/commands/cargo-install.html?highlight=lock#dealing-with-the-lockfile