1 2 3 4 5 6
/*! The local machine: where lpm keeps its files, how it runs other programs, and how it shells out to git. */ pub mod git; pub mod paths; pub mod process;