feat(git): switch to gitoxide for freeze command

This commit is contained in:
Harsh Shandilya 2023-05-11 13:31:07 +05:30
parent b37ede3442
commit 5372360c1c
No known key found for this signature in database
5 changed files with 1256 additions and 114 deletions

View file

@ -1,3 +1,4 @@
#![feature(let_chains)]
pub(crate) mod cli;
pub(crate) mod git;
pub(crate) mod logging;