summaryrefslogtreecommitdiff
path: root/crates/git-tracker/src/lib.rs
blob: cb0907bd6f5c533643ae760e96115115b42e1807 (plain)
1
2
3
4
//! A library that helps you track commits and branches in a Git repository

mod tracker;
pub use tracker::{Error, Tracker};