Skip to content

Commit

Permalink
Re-exporting git2 crate
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
gifnksm authored and davidB committed Sep 3, 2023
1 parent 5640b82 commit 63bad27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#[macro_use]
extern crate pest_derive;

pub use git2;

mod ssh_config;

#[cfg(feature = "ui4dialoguer")]
Expand Down

0 comments on commit 63bad27

Please sign in to comment.