Skip to content

Commit

Permalink
feat: pub use reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jun 6, 2024
1 parent fc00926 commit 1f4538b
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 1f4538b

Please sign in to comment.