Skip to content

Commit

Permalink
Merge pull request #137 from axodotdev/pub_use_reqwest
Browse files Browse the repository at this point in the history
feat: pub use reqwest
  • Loading branch information
mistydemeo authored Jun 6, 2024
2 parents 6565f62 + 1f4538b commit 9b7d33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ use std::path::{Path, PathBuf};

use camino::{Utf8Path, Utf8PathBuf};

// Simplifies raw access to reqwest without depending on a separate copy
pub use reqwest;

use crate::error::*;

/// A remote asset is an asset that is fetched over the network.
Expand Down

0 comments on commit 9b7d33f

Please sign in to comment.