protofetch
protofetch copied to clipboard
A source dependency management tool for Protobuf modules.
This updates the rust version to `1.76.0`
My organization has a number of protobuf files in repo `G` of the form: ``` syntax = "proto3"; import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; import "common/v1/common.proto"; ``` Here, `common` refers to another...
It would be good to have a verbose option reporting what is being fetched.
Similarly to what Cargo does when `net.git-fetch-with-cli` is enabled. This would make protofetch use the "system" authentication configuration, eliminating the need to provide protofetch-specific GIT_USERNAME/GIT_PASSWORD.
I noticed that the executables are not stripped thus they're containing debuging information from the build which are not necessary for execution. This means that the size of the executables...
Since we are using git worktree to build sources directory tree, when sources are deletes manually (from ~./protofetch/cache), it is not possible to run protofetch fetch since the worktree already...
Fail build otherwise
If I understood it correctly, `update` updates all dependencies in protofetch.toml and generates new revision in .lock file. It would be cool to have a way to only update a...
It seems like `transitive` and `prune` options are confusing in #100. I am also not sure that the use case of merely being an implementer of third party protos is...