xml-rpc-rs icon indicating copy to clipboard operation
xml-rpc-rs copied to clipboard

Reexport reqwest

Open jonas-schievink opened this issue 7 years ago • 0 comments

If a downstream crate wants to send a request and can't just use call_url, it might be handy if we reexport reqwest so they don't have to add the correct version to Cargo.toml.

Need to figure out if this is a good idea and a common or recommended pattern.

jonas-schievink avatar Feb 03 '18 12:02 jonas-schievink