Hacker News new | ask | show | jobs
by JodieBenitez 204 days ago
I don't know if it's a common or even a good practice, but I like to go mod vendor and add the result to my repo.
1 comments

I do `cargo vendor` sometimes, but that's mostly to enable offline work and use the debugger inside some vague crates (Rust's libraries-but-not-really), and usually I gitignore the `vendor`'ed crates away.