| Crates.io | oauth-client-fix |
| lib.rs | oauth-client-fix |
| version | 0.1.5 |
| created_at | 2017-03-20 08:13:43.748993+00 |
| updated_at | 2017-03-20 08:14:36.63887+00 |
| 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;