Crates.io | oauth-client-fix |
lib.rs | oauth-client-fix |
version | 0.1.5 |
source | src |
created_at | 2017-03-20 08:13:43.748993 |
updated_at | 2017-03-20 08:14:36.63887 |
description | OAuth client for Rust |
homepage | |
repository | https://github.com/vmchale/oauth-client-rs-fix |
max_upload_size | |
id | 9062 |
size | 38,449 |
Fixed OAuth client for Rust
Add this to your Cargo.toml
:
[dependencies]
oauth-client-fix = "0.1"
and this to your crate root:
extern crate oauth_client_fix;