Skip to content

Commit

Permalink
Publicly expose ureq
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 11, 2023
1 parent 3727825 commit 099bb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod util;
pub use ctx::Ctx;
pub use minimize::MinimizeConfig;
pub use splat::SplatConfig;
pub use ureq;

#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
pub enum Arch {
Expand Down

0 comments on commit 099bb04

Please sign in to comment.