add feature to readme

This commit is contained in:
Bram Hoendervangers 2021-07-01 23:48:59 +02:00
parent 648515265b
commit 06a9db00b3

View File

@ -76,6 +76,7 @@ This crate offers the following features, all of which are not activated by defa
- `string_number`: Enable the [StringNumber](types/struct.StringNumber.html).
- `dataloader`: Support [DataLoader](dataloader/struct.DataLoader.html).
- `secrecy`: Integrate with the [`secrecy` crate](https://crates.io/crates/secrecy).
- `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal).
## Examples