Update README

This commit is contained in:
Sunli 2021-11-30 09:46:18 +08:00
parent 7aea053240
commit 2962902564
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ This crate offers the following features, all of which are not activated by defa
- `secrecy`: Integrate with the [`secrecy` crate](https://crates.io/crates/secrecy).
- `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal).
- `cbor`: Support for [serde_cbor](https://crates.io/crates/serde_cbor).
- `smol_str`: Integrate with the [`smol_str` crate](https://crates.io/crates/smol_str).
## Apollo Studio

View File

@ -73,6 +73,7 @@
//! - `dataloader`: Support [DataLoader](dataloader/struct.DataLoader.html).
//! - `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal).
//! - `cbor`: Support for [serde_cbor](https://crates.io/crates/serde_cbor).
//! - `smol_str`: Integrate with the [`smol_str` crate](https://crates.io/crates/smol_str).
//!
//! ## Integrations
//!