From 06a9db00b38d09d969ac7f3bb7011f172172d09e Mon Sep 17 00:00:00 2001 From: Bram Hoendervangers Date: Thu, 1 Jul 2021 23:48:59 +0200 Subject: [PATCH] add feature to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49ffe90b..006059e6 100644 --- a/README.md +++ b/README.md @@ -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