File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ pubnub = { version = "0.0.0", features = ["parse_token"] }
103103| ` reqwest ` | Uses [ reqwest] ( https://github.com/seanmonstar/reqwest ) as a transport layer | n/a |
104104| ` blocking ` | Enables blocking executions of APIs | n/a |
105105| ` aescbc ` | Enables AES-CBC encryption | n/a |
106+ | ` std ` | Enables ` std ` library | n/a |
106107
107108## Documentation
108109
Original file line number Diff line number Diff line change 106106//! | `reqwest` | Uses [reqwest](https://github.com/seanmonstar/reqwest) as a transport layer | n/a |
107107//! | `blocking` | Enables blocking executions of APIs | n/a |
108108//! | `aescbc` | Enables AES-CBC encryption | n/a |
109+ //! | `std` | Enables `std` library | n/a |
109110//!
110111//! ## Documentation
111112//!
You can’t perform that action at this time.
0 commit comments