Skip to content

Commit

Permalink
add std feature to readme (#145)
Browse files Browse the repository at this point in the history
* add std to readme

* readme
  • Loading branch information
Xavrax committed Jun 5, 2023
1 parent 49881d2 commit 1904903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ pubnub = { version = "0.0.0", features = ["parse_token"] }
| `reqwest` | Uses [reqwest](https://github.com/seanmonstar/reqwest) as a transport layer | n/a |
| `blocking` | Enables blocking executions of APIs | n/a |
| `aescbc` | Enables AES-CBC encryption | n/a |
| `std` | Enables `std` library | n/a |

## Documentation

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
//! | `reqwest` | Uses [reqwest](https://github.com/seanmonstar/reqwest) as a transport layer | n/a |
//! | `blocking` | Enables blocking executions of APIs | n/a |
//! | `aescbc` | Enables AES-CBC encryption | n/a |
//! | `std` | Enables `std` library | n/a |
//!
//! ## Documentation
//!
Expand Down

0 comments on commit 1904903

Please sign in to comment.