protofetch 0.1.20

A source dependency management tool for Protobuf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api;
mod cache;
mod cli;
mod config;
mod engine;
mod flock;
mod git;
mod model;
mod resolver;

pub use api::{DependencyUpdate, LockMode, LockUpdateMode, Protofetch, ProtofetchBuilder};